diff options
Diffstat (limited to 'gas/config/ho-vax.h')
-rw-r--r-- | gas/config/ho-vax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/ho-vax.h b/gas/config/ho-vax.h index a02a583..4e7a570 100644 --- a/gas/config/ho-vax.h +++ b/gas/config/ho-vax.h @@ -19,7 +19,7 @@ #define M_VAX 1 -#ifndef __STDC__ +#if __STDC__ != 1 #define NO_STDARG #endif /* not ansi */ |