aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog1
-rw-r--r--src/s/usg5-4.h6
2 files changed, 1 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2f0230329e..bd4ae006704 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * s/usg5-4.h: Fix previous change: keep the correct branch of a 3 * s/usg5-4.h: Fix previous change: keep the correct branch of a
4 removed #if. 4 removed #if.
5 (USG_SHARED_LIBRARIES): Remove duplicate definition.
5 6
62008-06-26 Juanma Barranquero <lekktu@gmail.com> 72008-06-26 Juanma Barranquero <lekktu@gmail.com>
7 Eli Zaretskii <eliz@gnu.org> 8 Eli Zaretskii <eliz@gnu.org>
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