This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc preprocessor file format
- From: jal0 at attbi dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 28 Apr 2003 03:31:03 +0000
- Subject: gcc preprocessor file format
hi,
is there documented somewhere the format of the file format for .i files ( as
when using the -save-temps options or -E option).
i am working on a program that uses gcc's preprocessor as a frontend to a
program that creates .dot files for include file dependency analysis.
i've read through the cpp internals manual and couldn't find what i was looking
for there.
thanks,
jal0