aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-18 04:05:03 +0000
committerRichard M. Stallman1994-09-18 04:05:03 +0000
commitbbea4f40f93737c9cb005504c14128d8d4d78453 (patch)
tree221f6cd945ca696a4d68db34bd829218e3a17a23 /src
parent47684cd9b5d68ffd40bf64bbe9cecdc07ab618ce (diff)
downloademacs-bbea4f40f93737c9cb005504c14128d8d4d78453.tar.gz
emacs-bbea4f40f93737c9cb005504c14128d8d4d78453.zip
(REL_ALLOC): #undef deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 3218e9ff6bb..02560df0f5e 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -41,9 +41,3 @@ access(2), but in the meantime, some of us need the right behavior. */
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