diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-27 14:32:24 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-27 14:32:24 +0000 |
commit | 9fa1c445a9aa2648d0d87afa1dbf469b2068dc8d (patch) | |
tree | badfa96616ad6d088e47844a000f1aacfe55d3bf /src/s | |
parent | d6bf1bdb87570d9864ce9f6907c1be94d67c18a7 (diff) | |
download | emacs-9fa1c445a9aa2648d0d87afa1dbf469b2068dc8d.tar.gz |
(USG_SHARED_LIBRARIES): Remove duplicate definition.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/usg5-4.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 87f7f384ebe..a0309d7439a 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -219,12 +219,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ */ #define NSIG_MINIMUM 32 -/* We need bss_end from emacs.c for undumping */ - -#ifndef USG_SHARED_LIBRARIES -#define USG_SHARED_LIBRARIES -#endif - /* We can support this */ #define CLASH_DETECTION |