aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-06-03 22:33:09 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-06-03 22:33:09 +0000
commit969e1a7b863576e53a576cfc92f2e0c13c4b62a5 (patch)
tree2b88c01a44a53cd0249ae1e2fdd68c125fca9d0f /gas/read.c
parent65172ab8f7857e7ed63782a14be5c3a643d0f055 (diff)
downloadfsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.zip
fsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.tar.gz
fsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.tar.bz2
2000-06-03 H.J. Lu <hjl@gnu.org>
* read.c (is_end_of_line): Put back `;'.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 7ff8aad..15c7304 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -155,7 +155,7 @@ char is_end_of_line[256] =
#endif
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, /* 0123456789:;<=>? */
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, /* 0123456789:;<=>? */
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, /* */