[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/intel386.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/intel386.h,v |
Date: |
Wed, 16 Jul 2008 15:27:05 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/16 15:27:04
Index: m/intel386.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/intel386.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- m/intel386.h 16 Jul 2008 14:56:13 -0000 1.54
+++ m/intel386.h 16 Jul 2008 15:27:04 -0000 1.55
@@ -85,17 +85,7 @@
#endif
#endif /* not SOLARIS2 */
-/* this brings in alloca() if we're using cc */
#ifdef USG
-#ifndef LIB_STANDARD
-#ifdef USG5_4
-#define LIB_STANDARD -lc
-#define DATA_SEG_BITS 0x08000000
-#else /* not USG5_4 */
-#define LIB_STANDARD -lPW -lc
-#endif /* not USG5_4 */
-#endif /* LIB_STANDARD */
-
#define NO_REMAP
#define TEXT_START 0
#endif /* USG */
@@ -111,7 +101,7 @@
#define NO_ARG_ARRAY
#endif
-#ifdef linux
+#ifdef GNU_LINUX
/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
/* we cannot get the maximum address for brk */
#define ULIMIT_BREAK_VALUE (32*1024*1024)
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/20
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/24
- [Emacs-diffs] Changes to emacs/src/m/intel386.h,v, Dan Nicolaescu, 2008/07/27