delorie.com/archives/browse.cgi | search |
Date: | Thu, 29 Apr 1999 10:28:11 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Endlisnis <s257m AT unb DOT ca> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: RHIDE: Sugestion: prototype completion |
In-Reply-To: | <37275C2B.CEC5A114@unb.ca> |
Message-ID: | <Pine.SUN.3.91.990429102749.6487M-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Wed, 28 Apr 1999, Endlisnis wrote: > Is there any way to remove the lines like: > # 1 "aa.cc" > # 1 "P:/include/stdio.h" 1 3 > from the preprocessor output? You need to pass the -P option to the preprocessor (it's in the cpp docs). If you invoke cpp via "gcc -E", say "gcc -E -P" instead.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |