Ansi cpp question

Roger House roger at everexn.com
Tue Oct 2 04:12:22 AEST 1990


In <ASHERMAN.90Sep27131220 at dino.ulowell.edu> asherman at dino.ulowell.edu (Aaron Sherman) writes:

>I've heard that Ansi supports cpp directives that are NOT at the beginning
>of a line. How prevelant is this? Do most implimentations these support this
>ANSIism?

Microsoft C allows whitespace before "#" on preprocessor lines.  I find this
quite useful for for indenting nested #if, #else, etc.

						Roger House



More information about the Comp.lang.c mailing list