"missing endif": Huh?Who?What?

sander at aecom.UUCP sander at aecom.UUCP
Fri Apr 27 10:00:06 AEST 1984


	I don't know why it should pick "missing endif"; but that construct
is just asking for trouble:
				*v/*w
contains '/*', and so the rest of your program disapears into a non-terminated
comment. It always pays to stick in a few spaces:
				*v / *w
will work fine, and easier for both compilers and humans to read.
-- 
					Jeremy Sanders
 {spike|rocky2|philabs|pegasus|esquire|cucard}!aecom!{sanders|jsanders|sander}



More information about the Comp.lang.c mailing list