This is the mail archive of the gcc@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: Processor for header files.


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


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