diff options
author | Neil Booth <neil@gcc.gnu.org> | 2003-05-17 20:33:00 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-05-17 20:33:00 +0000 |
commit | 3af15d5869dbf5212ada3c473a127a283cd8a417 (patch) | |
tree | 0998dd327e5c6b9b4953c870d9cb797f71c8da74 /gcc | |
parent | b1822ccc44ac015fac2558ca151fa6154bd66880 (diff) | |
download | gcc-3af15d5869dbf5212ada3c473a127a283cd8a417.zip gcc-3af15d5869dbf5212ada3c473a127a283cd8a417.tar.gz gcc-3af15d5869dbf5212ada3c473a127a283cd8a417.tar.bz2 |
Add PR 9209 reference
From-SVN: r66912
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0bdb1d4..f5fa108 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2003-05-17 Neil Booth <neil@daikokuya.co.uk> + PR c/9209 * c-common.c, c-common.h (dollars_in_ident): Remove. * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true. (c_common_init_options, c_common_decode_option): Set dollars_in_ident. |