aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-23 09:59:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-23 09:59:27 +0300
commit450251f1adca89a83c7f472b8318baba67a543d4 (patch)
treed4b8c8b18689938fcf8d1e123b17885b85aefe09 /awk.h
parent006feb1f312f45e81004be5cb61540c25a8e0bbb (diff)
parent49136c983c3d4ab53f144f2989dee60a67745300 (diff)
downloadegawk-450251f1adca89a83c7f472b8318baba67a543d4.tar.gz
egawk-450251f1adca89a83c7f472b8318baba67a543d4.tar.bz2
egawk-450251f1adca89a83c7f472b8318baba67a543d4.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 5e1e40a1..d413274c 100644
--- a/awk.h
+++ b/awk.h
@@ -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>