This is the mail archive of the gcc-help@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: c preprocessor output: first four lines


"Roman B." <rbyshko@gmail.com> writes:

> # 1 "file.c"
> # 1 "<built-in>"
> # 1 "<command-line>"
> # 1 "file.c"
>
> Where as words are self-explanatory I cannot understand the meaning in
> the whole. I could not find any explanation in the documentation also.

http://gcc.gnu.org/onlinedocs/gcc-4.6.1/cpp/Preprocessor-Output.html

Ian


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