This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CPP preprocessor: #define-splitting?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]