diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-18 12:45:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-18 12:45:09 +0300 |
commit | dc99abc9803ae1d6481eb2da77b6c67eb9d5880d (patch) | |
tree | e861586d5299d9c587bdbb8f317d1b5094084b09 /pc/config.h | |
parent | 0ccada449bd523297c192de759bd27c21f20a8e3 (diff) | |
parent | de01864ccec043ee343de0e4ae17b6ccc27bd13c (diff) | |
download | egawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.tar.gz egawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.tar.bz2 egawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index d7c25142..e2a388a4 100644 --- a/pc/config.h +++ b/pc/config.h @@ -233,7 +233,7 @@ #define HAVE_STDARG_H 1 /* Define to 1 if stdbool.h conforms to C99. */ -#ifdef __DJGPP__ +#if defined(__MINGW32__) || defined(__DJGPP__) #define HAVE_STDBOOL_H 1 #endif |