From f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Tue, 8 Feb 2000 14:21:53 +0000 Subject: Add handling for numbers with suffixed radix. --- gas/as.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 3f16d56..c82788c 100644 --- a/gas/as.h +++ b/gas/as.h @@ -629,6 +629,10 @@ void eh_frame_convert_frag PARAMS ((fragS *)); #endif #include "listing.h" +#ifndef NUMBERS_WITH_SUFFIX +#define NUMBERS_WITH_SUFFIX 0 +#endif + #ifndef LOCAL_LABELS_DOLLAR #define LOCAL_LABELS_DOLLAR 0 #endif -- cgit v1.1