Re: CPP preprocessor: #define-splitting?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux