From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 14 Jan 1995 10:19:19 -0500 From: Paul DuBois dubois@primate.wisc.edu Subject: preprocessing Topicbox-Message-UUID: 063ff04e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950114151919.zcHp7cIS6iHROIKYa75PcjcHmWALRaazGl8_DfUBEOo@z> > failed.c:7 syntax in macro expansion: x > >I don't understand why you keep beating on this. >The documentation states clearly that the C compilers >do not honor ANSI's standard for preprocessing. >It also says that if you want a real preprocessor, >use cpp, which is provided. The example file doesn't even pass through 2 of the "real" (although pre-ANSI) cpp's on my 3 UNIX boxes. "argument mismatch" due to defining x(arg) as a macro and then later using x as a variable name. Paul DuBois dubois@primate.wisc.edu