diff options
Diffstat (limited to 'gas/hex-value.c')
-rw-r--r-- | gas/hex-value.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/hex-value.c b/gas/hex-value.c index b724377..01fe241 100644 --- a/gas/hex-value.c +++ b/gas/hex-value.c @@ -24,7 +24,8 @@ #define __ (42) /* blatently illegal digit value */ /* exceeds any normal radix */ -#if !defined(__STDC__) && !defined(const) + +#if (__STDC__ != 1) && !defined(const) #define const /* empty */ #endif const char |