aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-04 14:18:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-04 14:18:12 +0300
commit762b3a4c2246ac817da7bac7ccb78889f117ca93 (patch)
tree33241b603a3f1ded5c5ed795d05fbc0a1b97fff2 /getopt.c
parent123a03a71df8594a8878d464ed9826fbb827709d (diff)
downloadegawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.tar.gz
egawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.tar.bz2
egawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.zip
DJGPP --> __DJGPP__
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