Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!unixhub!shelby!msi-s0.msi.umn.edu!cs.umn.edu!uc!shamash!paul From: paul@u02.svl.cdc.com (Paul Kohlmiller) Newsgroups: comp.lang.c Subject: Re: Ansi cpp question Message-ID: <26405@shamash.cdc.com> Date: 28 Sep 90 19:14:36 GMT References: Sender: news@shamash.cdc.com Lines: 10 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? I think you refer to the ANSI C requirement that whitespace can be used in front of a preprocessor directive. I know of at least one non-ANSI C compiler (mine) that supports this. Paul Kohlmiller