cpplex.c: Copy ISTABLE macros from cppinit.c...
authorZack Weinberg <zack@wolery.cumb.org>
Sat, 1 Apr 2000 22:02:31 +0000 (22:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 1 Apr 2000 22:02:31 +0000 (22:02 +0000)
commit46d0749798b85a9f8707d6fef1e744dc07c1e3fb
tree8bffafc0a20134bd168e2f6e43a7347d01bde972
parent61098249b51d7c483274d72796401720079e55a9
cpplex.c: Copy ISTABLE macros from cppinit.c...

* cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
to initialize speccase[] and trigraph_map[].  Delete all
references to pfile->input_speccase.  Always treat '?' as a
special character.  Remove table-initialization code from
_cpp_init_input_buffer.

* cpplib.h (struct cpp_reader): Remove input_speccase field.
* cppinit.c (cpp_cleanup): Don't free input_speccase.

From-SVN: r32858
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.h