This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
#line directive question
- To: gcc at gcc dot gnu dot org
- Subject: #line directive question
- From: Simon Burton <simonb at webone dot com dot au>
- Date: Thu, 19 Oct 2000 07:13:31 +1100
- Reply-To: simonb at webone dot com dot au
newbie question:
Can anyone tell me what the trailing numbers
in the #line output from gcc -E are counting??
eg:
$ gcc -E /usr/include/stdio.h:
...
# 1 "/usr/include/features.h" 1 3
...
what is the 1 and 3 on the end?
Thankyou,
Simon Burton