aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-10 15:26:15 +0000
committerDan Nicolaescu2008-07-10 15:26:15 +0000
commitc5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f (patch)
tree6e786d883a8a5d64a420bb707248daf4fa810835 /src/m/iris4d.h
parent176fe5fc8db729697828350a5ba288a5477ff092 (diff)
downloademacs-c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f.tar.gz
emacs-c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f.zip
* 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.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 89eee47d49b..f6fd3f245df 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -101,21 +101,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
101#define LIBS_MACHINE 101#define LIBS_MACHINE
102#define LIBS_DEBUG 102#define LIBS_DEBUG
103 103
104/* Define this if you have a fairly recent system,
105 in which crt1.o and crt1.n should be used. */
106#define HAVE_CRTN
107
108#ifndef USG5_4 104#ifndef USG5_4
109#ifdef HAVE_CRTN
110/* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ 105/* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */
111#define START_FILES pre-crt0.o /usr/lib/crt1.o 106#define START_FILES pre-crt0.o /usr/lib/crt1.o
112#define LIB_STANDARD -lc /usr/lib/crtn.o 107#define LIB_STANDARD -lc /usr/lib/crtn.o
113#else
114#define START_FILES pre-crt0.o /usr/lib/crt0.o
115/* The entry-point label (start of text segment) is `start', not `__start'. */
116#define DEFAULT_ENTRY_ADDRESS start
117#define LIB_STANDARD -lc
118#endif
119#endif 108#endif
120 109
121/* Use terminfo instead of termcap. */ 110/* Use terminfo instead of termcap. */