nested comments

utzoo!decvax!harpo!ihnp4!ihuxe!dalka utzoo!decvax!harpo!ihnp4!ihuxe!dalka
Mon Nov 22 10:08:47 AEST 1982


The only reason I can see for nesting comments to provide a way to
quickly and easily "comment out" a block of code. However this can also
be accomplished by:

#if 0
	
	stuff

#endif

However, I've noticed that lint refuses to recognize the #if for some
strange reason while recognizing others in the same compilation!
I'd like to hear the reason for this one!

				Ken Dalka
				ihuxe!dalka



More information about the Comp.lang.c mailing list