This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: preprocessor question
- To: Dave Raggett <dave_raggett at hotmail dot com>
- Subject: Re: preprocessor question
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Tue, 6 Feb 2001 08:10:32 +0000
- Cc: gcc at gcc dot gnu dot org
- References: <F303xDm35x0j1TsvfcJ00006e5a@hotmail.com>
Dave Raggett wrote:-
> In the lastest snapshots,I find cc1plus can compile cpp file which
> include preprocessing directives. why? Someone told me the
> preprocessor had been merged in cc1plus,isn't it?
Yes, it's integrated into cc1plus, but a stand-alone cpp binary still
exists.
The common parts are implemented as a library, so things will not be
handled differently between the two.
Neil.