Date: Thu, 29 Apr 1999 10:28:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: RHIDE: Sugestion: prototype completion In-Reply-To: <37275C2B.CEC5A114@unb.ca> 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 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.