What does the WP say about whitespace in parameters of macro calls? I worked with a compiler last week that would handle: macroname(arg1,arg2,arg3,arg4); but doesn't handle: macroname (arg1, arg2, arg3, arg4); The second example generates different output, but does not error off in the preprocessor. Stephen Gevers sg3235@shelob.sbc.com