diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 08:03:07 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 08:03:07 +0000 |
| commit | 4e52957c463dfbf60716cde20316b8c6e82e7c30 (patch) | |
| tree | dcaf23b189aefe30a691b210934303f4df0fe910 | |
| parent | 0a1f96f5e938f465ffd78e44a40f0766d35bd8c9 (diff) | |
| download | ppe42-gcc-4e52957c463dfbf60716cde20316b8c6e82e7c30.tar.gz ppe42-gcc-4e52957c463dfbf60716cde20316b8c6e82e7c30.zip | |
* Changelog: Forgotten commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38107 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdd755854b6..fa722c64683 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |

