Robert Bradshaw wrote: > On that note, why doesn't it die when you put "int" in there > instead? The built-in C type names are treated as a special case by the parser. -- Greg