aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 04:42:19 +0000
committerJim Blandy1993-06-09 04:42:19 +0000
commitdbba802ad5d02fe6c3505dac4b97af6181b29059 (patch)
treeef9cd75178d2b14a9ea1abef163fcd741305918c /src
parent1120eb5e8d7ed9b587bfdb91b221b70a9a552801 (diff)
downloademacs-dbba802ad5d02fe6c3505dac4b97af6181b29059.tar.gz
emacs-dbba802ad5d02fe6c3505dac4b97af6181b29059.zip
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional. No harm.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 6d4191c0892..65530877c43 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -251,6 +251,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
251 * Use BSD and POSIX-style signals. This is crucial! 251 * Use BSD and POSIX-style signals. This is crucial!
252 */ 252 */
253 253
254/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */
255#define SYSTEM_MALLOC
256
254/* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ 257/* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */
255#ifndef MAKING_MAKEFILE 258#ifndef MAKING_MAKEFILE
256 259
@@ -261,9 +264,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
261 264
262#define POSIX_SIGNALS 265#define POSIX_SIGNALS
263 266
264/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */
265#define SYSTEM_MALLOC
266
267/* Define this if you use System 5 Release 4 Streams */ 267/* Define this if you use System 5 Release 4 Streams */
268#define SYSV4_PTYS 268#define SYSV4_PTYS
269#define open sys_open 269#define open sys_open