diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-27 23:10:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-27 23:10:19 +0000 |
commit | ec7a69ea230b5428ab7e2b829ef8763dccd693e3 (patch) | |
tree | ded5252eee04102ec0278942dce96246a00754e5 /gas/read.c | |
parent | 7e17041f34dd4cd9ba1022963dec8e72812e576b (diff) | |
download | gdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.zip gdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.tar.gz gdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.tar.bz2 |
* read.c (lex_type): No longer make '{' a valid character for
symbol names.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ const char lex_type[256] = LEX_AT, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* @ABCDEFGHIJKLMNO */ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 3, /* PQRSTUVWXYZ[\]^_ */ 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* `abcdefghijklmno */ - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, /* pqrstuvwxyz{|}~. */ + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, /* pqrstuvwxyz{|}~. */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |