projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cf92e
)
* config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
author
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Nov 1995 02:26:59 +0000
(
02:26
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Nov 1995 02:26:59 +0000
(
02:26
+0000)
code depends upon it.
gas/config/tc-a29k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-a29k.c
b/gas/config/tc-a29k.c
index 6da39d01f9bcada34e6163fa9e700727aad6c5a2..015d90193cf20bd682e549acc8c60907853d2282 100644
(file)
--- a/
gas/config/tc-a29k.c
+++ b/
gas/config/tc-a29k.c
@@
-104,7
+104,7
@@
const char line_comment_chars[] = "#";
/* We needed an unused char for line separation to work around the
lack of macros, using sed and such. */
-const char line_separator_chars[] = "";
+const char line_separator_chars[] = "
@
";
/* Chars that can be used to separate mant from exp in floating point nums */
const char EXP_CHARS[] = "eE";