]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Changelog: Forgotten commit.
authorNeil Booth <neil@gcc.gnu.org>
Thu, 7 Dec 2000 08:03:07 +0000 (08:03 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 7 Dec 2000 08:03:07 +0000 (08:03 +0000)
From-SVN: r38107

gcc/ChangeLog

index cdd755854b671f5cfc0629c2ae39b3be95e3bbe3..fa722c646831aa66f227ab2abaf913ff812fecb1 100644 (file)
@@ -1,3 +1,14 @@
+2000-12-07  Neil Booth  <neilb@earthling.net>
+
+        * c-common.c (parse_in): Make a cpp_reader *.
+        * cppfiles.c (_cpp_fake_include): Remove.
+        * cpphash.h: Similarly.
+        * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
+        #line always creates a callback; FC_RENAME if there are no
+        #line flags.
+        * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
+        The first EOF must be our get_char buffer.
+
 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-common.c (warn_format_security): New variable.