aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-09 20:08:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-09 20:08:15 +0300
commit8ff0b4eaa7592280b5a55087c0326c6ef1f88db5 (patch)
treeeae689a948e50dbf462b7e0d0c3d225409f6c7b0 /getopt.c
parent17a2a7c14dc27248d87f2561a1ec311ad4972355 (diff)
parentfe0a0998411173db5cab614253562b2efd6f9664 (diff)
downloadegawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.tar.gz
egawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.tar.bz2
egawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt.c b/getopt.c
index 58df01a0..d0996d4a 100644
--- a/getopt.c
+++ b/getopt.c
@@ -58,7 +58,7 @@
/* This needs to come after some library #include
to get __GNU_LIBRARY__ defined. */
-#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(DJGPP)
+#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__)
/* Don't include stdlib.h for
* non-GNU C libraries
* non-Cygwin