cpplib.c: Don't include signal.h, sys/times.h, or sys/resource.h.
authorZack Weinberg <zack@rabi.phys.columbia.edu>
Mon, 25 Jan 1999 11:23:01 +0000 (11:23 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 25 Jan 1999 11:23:01 +0000 (06:23 -0500)
commit20dc7361944d6be4ed902115251a55cf1e7d0ba4
treef37a33d0c40430d2ef31f690d6ad0420c73a079d
parent1b18747f2eb6c9aec887707c3d1bda47a28e304a
cpplib.c: Don't include signal.h, sys/times.h, or sys/resource.h.

1999-01-25 14:10 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
* cpplib.c: Don't include signal.h, sys/times.h, or
sys/resource.h. Don't declare localtime.
(macroexpand): Handle special symbols here.
(push_macro_expansion): Chop off the trailing '@ ' if possible
here.
(cpp_get_token): Don't do either of the above two things here.
Move `string' label just after case '"' so that wide strings
don't crash the preprocessor.

From-SVN: r24858
gcc/ChangeLog
gcc/cpplib.c