typedef unsigned u; // error typedef unsigned int ui; // works
typedef unsigned long; // error typedef unsigned long int uli; // works I have no clue why the problem wouldn't affect header files, though. Ryan _______________________________________________ dtrace-discuss mailing list [email protected]
