This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: splitting up cpplib.c: part I
- To: Dave Brolley <brolley at cygnus dot com>
- Subject: Re: splitting up cpplib.c: part I
- From: Zack Weinberg <zack at rabi dot columbia dot edu>
- Date: Tue, 20 Oct 1998 22:49:57 -0400
- cc: egcs-patches at cygnus dot com
On Tue, 20 Oct 1998 11:42:36 -0400, Dave Brolley wrote:
>
>
>Per Bothner wrote:
>
>> I trust you made sure that fix-header (which is run from fixproto,
>> and is linked with cpplib) still works? And also that USE_CPPLIB
>> (mainly in c-lex.c) also works?
>>
>> Otherwise, I have no problem splitting things up.
>
>I have no problem either. If gcc, g++ and cpp still work when configured with
>--enable-c-cpplib, then I would say that USE_CPPLIB is still working.
It doesn't even remotely work. The problem is that everyone seems to
get xmalloc from a different place. This is going to require more
thought.
zw