cpplib.c (SELF_DIR_DUMMY): New macro.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Apr 1995 06:20:52 +0000 (23:20 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Apr 1995 06:20:52 +0000 (23:20 -0700)
commit6bac1e649626ba7afbe4100dfbaa26f6b361129c
tree87657b8c635c0412c37882856a32612717a80a63
parent56c667474e64c95d8a69592d54b40db9f6ba29d1
cpplib.c (SELF_DIR_DUMMY): New macro.

* cpplib.c (SELF_DIR_DUMMY):  New macro.
(do_include):  Don't pass searchptr to finclude if it is dsp,
since that is on the stack, and would cause a dangling pointer.
If handling #include_next, recognize SELF_DIR_DUMMY.

From-SVN: r9320
gcc/cpplib.c