This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFA: TARGET_PTR_TO_C_LEX


On Sun, Nov 12, 2000 at 10:52:57AM -0800, Nick Clifton wrote:
>   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.

I see no reason to make this a target macro.  Just define some
function pointer in toplev.c that lang_init can initialize.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]