This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: CPP preprocessor: #define-splitting?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Florian Stoehr <netbsd at wolfnode dot de>, gcc-help at gcc dot gnu dot org
- Date: Wed, 25 Aug 2004 18:47:26 -0500
- Subject: Re: CPP preprocessor: #define-splitting?
- References: <Pine.NEB.4.58.0408252358270.250@irina.net.flo>
Hi Florian,
The # is a preprocessor directive.
The X is not a preprocessor directive.
The rules for parsing preprocessor directives is different form the rules
for parsing non-preprocessor directives. (The state machine is in a
different state.)
HTH,
--Eljay