comparison src/s/dgux.h @ 4995:51d0545729fa

(SYSTEM_MALLOC): Turn off.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Nov 1993 06:27:28 +0000
parents 6e6fd9ff650f
children 0f979427b6ac
comparison
equal deleted inserted replaced
4994:4146a65b9f02 4995:51d0545729fa
242 242
243 /* 243 /*
244 * Use BSD and POSIX-style signals. This is crucial! 244 * Use BSD and POSIX-style signals. This is crucial!
245 */ 245 */
246 246
247 /* pmr now says the GNU malloc works. */
247 /* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ 248 /* pmr@rock.concert.net says Emacs fails without this. We don't know why. */
248 #define SYSTEM_MALLOC 249 /* #define SYSTEM_MALLOC */
249 250
250 /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ 251 /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */
251 #ifndef THIS_IS_YMAKEFILE 252 #ifndef THIS_IS_YMAKEFILE
252 253
253 /* Make sure signal.h is included so macros below don't mess with it. */ 254 /* Make sure signal.h is included so macros below don't mess with it. */