This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: TARGET_PTR_TO_C_LEX
- To: Nick Clifton <nickc at redhat dot com>
- Subject: Re: RFA: TARGET_PTR_TO_C_LEX
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Sun, 12 Nov 2000 11:26:48 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200011121852.KAA20535@elmo.cygnus.com>
On Sun, Nov 12, 2000 at 10:52:57AM -0800, Nick Clifton wrote:
> Hi Guys,
>
> I would like to obtain permission to apply the following patch. It
> creates a new target macro called 'TARGET_PTR_TO_C_LEX', and it adds
> code to init_c_lex to initialise the variable name contained within
> this macro to point to the function c_lex.
Wouldn't it be simpler to add a dummy c_lex function to the Java and
Fortran front ends, which just aborted?
zw