diff --git a/gas/config/tc-m68kmote.c b/gas/config/tc-m68kmote.c index 206312a3cfd..4f8b2137786 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";