From: Richard M. Stallman Date: Sat, 24 Sep 1994 22:15:28 +0000 (+0000) Subject: (USE_DL_STUBS): Add #undef. X-Git-Tag: emacs-19.34~6781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a23e3ce79f73d809eb4d0a11d07685d5d6d2f503;p=emacs.git (USE_DL_STUBS): Add #undef. --- 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 @@ /* khera@cs.duke.edu says this is needed. */ #define memmove(to, from, size) bcopy (from, to, size) + +#undef USE_DL_STUBS