Topic: preprocessing white space in macros


Author: jaf3@ritz.cec.wustl.edu (John Andrew Fingerhut)
Date: 30 Aug 1994 16:03:10 -0500
Raw View
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