OSDN Git Service

* cpperror.c: Remove #ifdef EMACS block.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2000 07:30:25 +0000 (07:30 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2000 07:30:25 +0000 (07:30 +0000)
commit0b60628c82420c707b03666a0659ef0e1a6fc8ff
tree4302b34cfa658453c0f2005d1fc2b74f7da47536
parente15686f1682b76749419c51f0846d2c319089ebe
* cpperror.c: Remove #ifdef EMACS block.
* cppmain.c: Likewise.
* cpphash.c: Remove #if 0 blocks.
* cppinit.c: Remove #if 0 blocks, and the -lint option.
* cpplib.c: Remove #if 0 blocks and code referencing
pcp_inside_if or for_lint.  Remove duplicate error message.
Fix error messages for #else after #else or #elif.  Reformat.
Remove archaic TODO list.
* cpplib.h: Remove pcp_inside_if and for_lint flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31817 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpperror.c
gcc/cpphash.c
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmain.c