diff options
| author | Richard M. Stallman | 1994-09-24 22:15:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 22:15:28 +0000 |
| commit | a23e3ce79f73d809eb4d0a11d07685d5d6d2f503 (patch) | |
| tree | 9f8b8c3b2ad8509ea8bf4c9e369ffb7ebca26e6d | |
| parent | d5219de56e8011472e2a09eb86870138990c271f (diff) | |
| download | emacs-a23e3ce79f73d809eb4d0a11d07685d5d6d2f503.tar.gz emacs-a23e3ce79f73d809eb4d0a11d07685d5d6d2f503.zip | |
(USE_DL_STUBS): Add #undef.
| -rw-r--r-- | src/s/sunos4shr.h | 2 |
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 | ||