[Python-Dev] Re: [Python-checkins] python/dist/src configure,1.279.6.17,1.279.6.18 configure.in,1.288.6.17,1.288.6.18

Neil Schemenauer nas@python.ca
Sun, 23 Feb 2003 18:51:27 -0800


nnorwitz@users.sourceforge.net wrote:
> Need to make sure that preprocessor directives start in first column.
> This means we can't indent code which has preprocessor directives,
> nor have a space between [ #include for example.

What does the C standard say about this?  I'm curious.

  Neil