Path: utzoo!attcan!uunet!nih-csl!lhc!mimsy!haven!udel!wuarchive!zaphod.mps.ohio-state.edu!mips!pacbell.com!pacbell!barn!everexn!roger From: roger@everexn.com (Roger House) Newsgroups: comp.lang.c Subject: Re: Ansi cpp question Message-ID: <1990Oct1.181222.10998@everexn.com> Date: 1 Oct 90 18:12:22 GMT References: Organization: Everex Systems, Inc. Lines: 10 In asherman@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