Mercurial > emacs
changeset 8710:80ea1fd539f3
[USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Sep 1994 01:34:31 +0000 |
parents | 258aaa4b66ed |
children | 5554c5e451ae |
files | src/s/sol2.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Mon Sep 05 23:59:51 1994 +0000 +++ b/src/s/sol2.h Tue Sep 06 01:34:31 1994 +0000 @@ -41,3 +41,9 @@ people keep saying that it doesn't work, and that the patch is easy to install. Patch number is 100947-02. */ #undef SOLARIS_BROKEN_ACCESS + +/* We can't use Xt from X11R6 with ralloc.c, because Xt + includes libthread.so and that calls sbrk directly. */ +#if defined (USE_X_TOOLKIT) && defined (HAVE_X11XTR6) +#undef REL_ALLOC +#endif