Date: Wed, 19 May 1999 10:27:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Sunil V cc: djgpp AT delorie DOT com Subject: Re: Regarding gcc -E In-Reply-To: <37420312.8441BC6B@accord-soft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 May 1999, Sunil V wrote: > When I use a gcc -E (preprocess only) on a C program file, the output > that I get has lines of the form : > # [optional no. 1] [optional no. 2] > as in > # 12 "stdio.h" 1 3 > > Could anybody tell me what [optional no.1] and [optional no. 2 ] > represent It's all in the docs. From the DOS prompt, type "info cpp output" and read there.