diff options
| author | Dan Nicolaescu | 2008-06-27 14:32:24 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-27 14:32:24 +0000 |
| commit | 9fa1c445a9aa2648d0d87afa1dbf469b2068dc8d (patch) | |
| tree | badfa96616ad6d088e47844a000f1aacfe55d3bf /src/s | |
| parent | d6bf1bdb87570d9864ce9f6907c1be94d67c18a7 (diff) | |
| download | emacs-9fa1c445a9aa2648d0d87afa1dbf469b2068dc8d.tar.gz emacs-9fa1c445a9aa2648d0d87afa1dbf469b2068dc8d.zip | |
(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/>. */ | |||
| 219 | */ | 219 | */ |
| 220 | #define NSIG_MINIMUM 32 | 220 | #define NSIG_MINIMUM 32 |
| 221 | 221 | ||
| 222 | /* We need bss_end from emacs.c for undumping */ | ||
| 223 | |||
| 224 | #ifndef USG_SHARED_LIBRARIES | ||
| 225 | #define USG_SHARED_LIBRARIES | ||
| 226 | #endif | ||
| 227 | |||
| 228 | /* We can support this */ | 222 | /* We can support this */ |
| 229 | 223 | ||
| 230 | #define CLASH_DETECTION | 224 | #define CLASH_DETECTION |