This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Removal of parse-y etc.
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Dec 2002 19:12:53 +0000
- Subject: Removal of parse-y etc.
Mark,
I note with happiness the death of some crud. However, I think you've
not removed all you need to for some systems.
You removed pending_lang_change, but it is still referenced, in a
beloved #ifdef, in c-lex.c.
Death to CPP conditional blocks.
Neil.