diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index 91469230b7e..d374406e7b9 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -46,6 +46,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 46 | 46 | ||
| 47 | #ifdef MSDOS | 47 | #ifdef MSDOS |
| 48 | #include "msdos.h" | 48 | #include "msdos.h" |
| 49 | #if __DJGPP__ == 2 && __DJGPP_MINOR__ < 5 | ||
| 50 | # define INFINITY __builtin_inf() | ||
| 51 | # define NAN __builtin_nan("") | ||
| 52 | #endif | ||
| 49 | #endif | 53 | #endif |
| 50 | 54 | ||
| 51 | #ifdef HAVE_NS | 55 | #ifdef HAVE_NS |