summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-22 07:23:21 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-22 07:23:21 +0000
commit78a11351eb3807b01836cd6590f96ce9f9a543d8 (patch)
treee69357ced9a9d9cbb0d270ac457d906f2c2a8bee /gcc/ChangeLog
parent12c94d25ecf719556287a4be26762ad3c1a9e0cd (diff)
downloadgcc-78a11351eb3807b01836cd6590f96ce9f9a543d8.tar.gz
* cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
prototype, and handle lexing numbers and identifiers. (parse_identifier): Update to new form of parse_slow. (parse_number): Fast path only, use parse_slow otherwise. (_cpp_lex_direct): Update calls to parse_number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51161 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a9753047c99..58d40e47932 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
+ prototype, and handle lexing numbers and identifiers.
+ (parse_identifier): Update to new form of parse_slow.
+ (parse_number): Fast path only, use parse_slow otherwise.
+ (_cpp_lex_direct): Update calls to parse_number.
+
2002-03-21 DJ Delorie <dj@redhat.com>
* bb-reorder.c (make_reorder_chain_1): Protect against