From ed90b995903710749fe51a9e390a3b1b4a80f5c6 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 22 Feb 1992 03:06:02 +0000 Subject: [PATCH] Tandem/MRI syntax bit rot --- gas/config/tc-m68kmote.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gas/config/tc-m68kmote.c b/gas/config/tc-m68kmote.c index 206312a..4f8b213 100644 --- a/gas/config/tc-m68kmote.c +++ b/gas/config/tc-m68kmote.c @@ -54,6 +54,8 @@ const char line_comment_chars[] = "*"; const char line_comment_chars[] = "#"; #endif +#define NO_RELOC 0 + /* Chars that can be used to separate mant from exp in floating point nums */ const char EXP_CHARS[] = "eE"; -- 2.7.4