ma/*foo*/in

utzoo!decvax!harpo!npoiv!alice!rabbit!ark utzoo!decvax!harpo!npoiv!alice!rabbit!ark
Thu Oct 28 12:01:28 AEST 1982


In general, comments within identifiers are not legal.
However, the pre-processor normally strips comments
so that ma/*foo*/in becomes main.  If you ask the
preprocessor not to strip comments, the compiler
will indeed balk at ma/*foo*/in -- it will treat
it as two separate identifiers.



More information about the Comp.lang.c mailing list