aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 59f6e2c9497..747afa65d66 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -244,8 +244,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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