Mercurial > emacs
comparison src/s/sol2.h @ 8867:73a95a7efdce
(REL_ALLOC): #undef deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Sep 1994 04:05:03 +0000 |
parents | 80ea1fd539f3 |
children | fc4b95c29300 |
comparison
equal
deleted
inserted
replaced
8866:48a0ea73a9d7 | 8867:73a95a7efdce |
---|---|
39 | 39 |
40 /* Well, we released Emacs with this change, and fixed a typo, but | 40 /* Well, we released Emacs with this change, and fixed a typo, but |
41 people keep saying that it doesn't work, and that the patch is easy | 41 people keep saying that it doesn't work, and that the patch is easy |
42 to install. Patch number is 100947-02. */ | 42 to install. Patch number is 100947-02. */ |
43 #undef SOLARIS_BROKEN_ACCESS | 43 #undef SOLARIS_BROKEN_ACCESS |
44 | |
45 /* We can't use Xt from X11R6 with ralloc.c, because Xt | |
46 includes libthread.so and that calls sbrk directly. */ | |
47 #if defined (USE_X_TOOLKIT) && defined (HAVE_X11XTR6) | |
48 #undef REL_ALLOC | |
49 #endif |