diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-23 09:58:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-23 09:58:54 +0300 |
commit | 49136c983c3d4ab53f144f2989dee60a67745300 (patch) | |
tree | ba87f5db04a430b036b374f712f02afc5215f6f4 /awk.h | |
parent | b1d75cf79c57071f55fcb6100a07d8cd706e890f (diff) | |
parent | 26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f (diff) | |
download | egawk-49136c983c3d4ab53f144f2989dee60a67745300.tar.gz egawk-49136c983c3d4ab53f144f2989dee60a67745300.tar.bz2 egawk-49136c983c3d4ab53f144f2989dee60a67745300.zip |
Merge branch 'gawk-4.2-stable'
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> |