Assorted C Questions

Henry Spencer henry at utzoo.uucp
Fri Sep 8 02:23:54 AEST 1989


In article <283 at crdos1.crd.ge.COM> davidsen at crdos1.UUCP (bill davidsen) writes:
>|  No; parameterized macro names are recognized as such *only* when followed
>|  immediately by "(".
>
>  My standard isn't handy, but all of the preprocessors I use allow
>whitespace between the name and the ( because the local indent does it
>that way.

My mistake:  in the *definition* there must be no space there, but it's
legal in invocation.  (And the basic point remains:  the name is recognized
only when there is a '(' after it.)
-- 
V7 /bin/mail source: 554 lines.|     Henry Spencer at U of Toronto Zoology
1989 X.400 specs: 2200+ pages. | uunet!attcan!utzoo!henry henry at zoo.toronto.edu



More information about the Comp.lang.c mailing list