Mercurial > emacs
diff src/m/iris4d.h @ 96595:cb1bfa1dca4f
* src/fileio.c:
* src/sysdep.c
* src/systty.h:
* src/m/ibmrs6000.h:
* src/m/iris4d.h:
* src/s/aix4-2.h:
* src/s/freebsd.h:
* src/s/gnu-linux.h:
* src/s/hpux10-20.h:
* src/s/hpux11.h:
* src/s/netbsd.h:
* src/s/sol2-3.h:
* src/s/sol2-4.h:
* src/s/sol2.h:
* src/s/usg5-4.h:
* src/s/vms.h: Remove references to unused variables.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Thu, 10 Jul 2008 15:26:15 +0000 |
| parents | e1043d6b0d2b |
| children | 0e3e875ffade |
line wrap: on
line diff
--- a/src/m/iris4d.h Thu Jul 10 15:25:35 2008 +0000 +++ b/src/m/iris4d.h Thu Jul 10 15:26:15 2008 +0000 @@ -101,21 +101,10 @@ #define LIBS_MACHINE #define LIBS_DEBUG -/* Define this if you have a fairly recent system, - in which crt1.o and crt1.n should be used. */ -#define HAVE_CRTN - #ifndef USG5_4 -#ifdef HAVE_CRTN /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ #define START_FILES pre-crt0.o /usr/lib/crt1.o #define LIB_STANDARD -lc /usr/lib/crtn.o -#else -#define START_FILES pre-crt0.o /usr/lib/crt0.o -/* The entry-point label (start of text segment) is `start', not `__start'. */ -#define DEFAULT_ENTRY_ADDRESS start -#define LIB_STANDARD -lc -#endif #endif /* Use terminfo instead of termcap. */
