diff options
-rw-r--r-- | gas/config/tc-m68kmote.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |