Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!SHUM.HUJI.AC.IL!amoss From: amoss@SHUM.HUJI.AC.IL (Amos Shapira) Newsgroups: comp.lang.c Subject: Re: Ansi cpp question Message-ID: Date: 7 Oct 90 19:27:41 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Lines: 24 rexn.com> Organization: The Hebrew University of Jerusalem, Israel Lines: 19 Apparently-To: post-usenet@ucbvax.berkeley.edu roger@everexn.com (Roger House) writes: >Microsoft C allows whitespace before "#" on preprocessor lines. I find this >quite useful for for indenting nested #if, #else, etc. > Roger House In case you want to do this on a "traditional" pre-processor, it is possible to put white-space between the '#' sign (which stays in the first column) and the rest of the directive, it has the same effect as far as the readability is concerned. Cheers, Amos Shapira, MOSIX System Group, Hebrew University, Jerusalem, Israel #include