aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 22:15:28 +0000
committerRichard M. Stallman1994-09-24 22:15:28 +0000
commita23e3ce79f73d809eb4d0a11d07685d5d6d2f503 (patch)
tree9f8b8c3b2ad8509ea8bf4c9e369ffb7ebca26e6d
parentd5219de56e8011472e2a09eb86870138990c271f (diff)
downloademacs-a23e3ce79f73d809eb4d0a11d07685d5d6d2f503.tar.gz
emacs-a23e3ce79f73d809eb4d0a11d07685d5d6d2f503.zip
(USE_DL_STUBS): Add #undef.
-rw-r--r--src/s/sunos4shr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h
index 16124943510..2acf7756283 100644
--- a/src/s/sunos4shr.h
+++ b/src/s/sunos4shr.h
@@ -41,3 +41,5 @@
41 41
42/* khera@cs.duke.edu says this is needed. */ 42/* khera@cs.duke.edu says this is needed. */
43#define memmove(to, from, size) bcopy (from, to, size) 43#define memmove(to, from, size) bcopy (from, to, size)
44
45#undef USE_DL_STUBS