From: Ian Lance Taylor Date: Thu, 9 Nov 1995 02:26:59 +0000 (+0000) Subject: * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f264bd5a56cb5a6fa272e376c2d1fb3bdefecad;p=binutils-gdb.git * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing code depends upon it. --- diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 6da39d01f9b..015d90193cf 100644 --- 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";