[X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.

This commit is contained in:
Richard M. Stallman 1996-03-01 20:11:19 +00:00
parent 0c20ee6187
commit 6afcf317d2

View file

@ -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