diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 20:08:15 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 20:08:15 +0300 |
commit | 8ff0b4eaa7592280b5a55087c0326c6ef1f88db5 (patch) | |
tree | eae689a948e50dbf462b7e0d0c3d225409f6c7b0 /mbsupport.h | |
parent | 17a2a7c14dc27248d87f2561a1ec311ad4972355 (diff) | |
parent | fe0a0998411173db5cab614253562b2efd6f9664 (diff) | |
download | egawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.tar.gz egawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.tar.bz2 egawk-8ff0b4eaa7592280b5a55087c0326c6ef1f88db5.zip |
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'mbsupport.h')
-rw-r--r-- | mbsupport.h | 4 |
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 |