cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 5 Jun 1996 23:25:48 +0000 (16:25 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 5 Jun 1996 23:25:48 +0000 (16:25 -0700)
commitd013f05e2dc585303b13ddd6d39be7fe6e0edb23
treeaa9bece8b5d8f9d241403de6b7bd1c44d41442d0
parentaf453bb064882fc999cd65f979b950e5d71f9373
cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.

* cpplib.h, cpplib.c:  Remove support for !STATIC_BUFFERS.
* cpplib.c (special_symbol, do_once, do_include, cpp_get_token):
Compare cpp_buffer against CPP_NULL_BUFFER, not NULL.
* cpplib.c (dump_special_to_buffer):  New function.
(initialize_builtins):  Use it.

From-SVN: r12170
gcc/cpplib.c