aboutsummaryrefslogtreecommitdiffstats
path: root/getopt1.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-03-20 20:37:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-03-20 20:37:26 +0200
commit366e06bf71b500939fa3a70e3cce91d9a7776e14 (patch)
tree0404bc19c7247013b1db7323630f494f850bdd5b /getopt1.c
parenta95b07bee7574ddf1ef6a9ca6f773cbaf4988707 (diff)
downloadegawk-366e06bf71b500939fa3a70e3cce91d9a7776e14.tar.gz
egawk-366e06bf71b500939fa3a70e3cce91d9a7776e14.tar.bz2
egawk-366e06bf71b500939fa3a70e3cce91d9a7776e14.zip
Make getopt always compile, fix C89 issues.
Diffstat (limited to 'getopt1.c')
-rw-r--r--getopt1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/getopt1.c b/getopt1.c
index 07b742ea..03fba35e 100644
--- a/getopt1.c
+++ b/getopt1.c
@@ -45,6 +45,11 @@
#endif
#endif
+/* !@#$%^&*() !!!!!!!! */
+#ifdef GAWK
+#undef ELIDE_CODE
+#endif
+
#ifndef ELIDE_CODE