On Feb 1, 2008 9:03 PM, James Courtier-Dutton <[EMAIL PROTECTED]> wrote: > > Can anyone point me to which part of the gcc source tree does the > task, and also what format the data is stored in once processed.
The preprocessor is implemented by cpplib. Take a look at the code in libcpp as well as the C Preprocessor Internals manual at http://gcc.gnu.org/onlinedocs/cppinternals. Ollie