diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,9 +63,11 @@ #endif /* LOCALEDIR */ #endif +#if !defined(__SUNPRO_C) #if !defined(__STDC__) || __STDC__ < 1 #error "gawk no longer supports non-C89 environments (no __STDC__ or __STDC__ < 1)" #endif +#endif #include <stdarg.h> #include <stdbool.h> |