Processor for header files.
Ollie Wild
aaw@google.com
Sat Feb 2 17:18:00 GMT 2008
On Feb 1, 2008 9:03 PM, James Courtier-Dutton <james.dutton@gmail.com> 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
More information about the Gcc
mailing list