aboutsummaryrefslogtreecommitdiffstats
path: root/mbsupport.h
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 /mbsupport.h
parent123a03a71df8594a8878d464ed9826fbb827709d (diff)
downloadegawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.tar.gz
egawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.tar.bz2
egawk-762b3a4c2246ac817da7bac7ccb78889f117ca93.zip
DJGPP --> __DJGPP__
Diffstat (limited to 'mbsupport.h')
-rw-r--r--mbsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbsupport.h b/mbsupport.h
index db6788ce..1eb1a444 100644
--- a/mbsupport.h
+++ b/mbsupport.h
@@ -71,7 +71,7 @@
/* All this glop is for dfa.c. Bleah. */
-#ifndef DJGPP
+#ifndef __DJGPP__
#define wchar_t char
#endif
@@ -81,7 +81,7 @@
#define WEOF EOF
#define towupper toupper
#define towlower tolower
-#ifndef DJGPP
+#ifndef __DJGPP__
#define btowc(x) ((int)x)
#endif
#define iswalnum isalnum