aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-03-01 20:11:19 +0000
committerRichard M. Stallman <[email protected]>1996-03-01 20:11:19 +0000
commit6afcf317d2e0726fd990be3c4ec0621dd41566a7 (patch)
treeed016b0de340f4b847377d48868674cd3ab8cc5a /src
parent0c20ee618777e8f4b04cf2fe004a47b156e9cff9 (diff)
[X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index d0fd539bc5..4dc456aaa7 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6249,6 +6249,8 @@ syms_of_xterm ()
#ifdef X_CONNECTION_LOCK_FLAG
#define free loserfree
#define malloc losermalloc
+#define exit loserexit
+#define abort loserabort
/* For XlibDisplayWriting */
#include <X11/Xlibint.h>
#endif