diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index abb22834b7a..e75d611e8e4 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -147,8 +147,10 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 147 | your system and must be used only through an encapsulation | 147 | your system and must be used only through an encapsulation |
| 148 | (Which you should place, by convention, in sysdep.c). */ | 148 | (Which you should place, by convention, in sysdep.c). */ |
| 149 | 149 | ||
| 150 | /* we use djgcc's malloc */ | 150 | /* Avoid incompatibilities between gmalloc.c and system header files |
| 151 | /* #define SYSTEM_MALLOC */ | 151 | in how to declare valloc. */ |
| 152 | #define GMALLOC_INHIBIT_VALLOC | ||
| 153 | |||
| 152 | /* setjmp and longjmp can safely replace _setjmp and _longjmp, | 154 | /* setjmp and longjmp can safely replace _setjmp and _longjmp, |
| 153 | but they will run slower. */ | 155 | but they will run slower. */ |
| 154 | 156 | ||