aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
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
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')
-rw-r--r--src/m/ibmrs6000.h9
-rw-r--r--src/m/iris4d.h11
2 files changed, 1 insertions, 19 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index db6ebee0d78..40c74688f9f 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -86,7 +86,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
86/* Use shared memory. */ 86/* Use shared memory. */
87/* This is turned off because it does not always work. See etc/AIX.DUMP. */ 87/* This is turned off because it does not always work. See etc/AIX.DUMP. */
88/* #define HAVE_SHM */ 88/* #define HAVE_SHM */
89#define SHMKEY 5305035 /* used for shared memory code segments */
90#endif /* CANNOT_DUMP */ 89#endif /* CANNOT_DUMP */
91 90
92#define N_BADMAG(x) BADMAG(x) 91#define N_BADMAG(x) BADMAG(x)
@@ -100,11 +99,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
100#undef ADDR_CORRECT 99#undef ADDR_CORRECT
101#define ADDR_CORRECT(x) ((int)(x)) 100#define ADDR_CORRECT(x) ((int)(x))
102 101
103/* Specify the font for X to use.
104 This used to be Rom14.500; that's nice on the X server shipped with
105 the RS/6000, but it's not available on other servers. */
106#define X_DEFAULT_FONT "fixed"
107
108/* Here override various assumptions in ymakefile */ 102/* Here override various assumptions in ymakefile */
109 103
110#ifndef USG5 104#ifndef USG5
@@ -141,8 +135,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
141#define BROKEN_SIGPTY 135#define BROKEN_SIGPTY
142#define BROKEN_SIGPOLL 136#define BROKEN_SIGPOLL
143 137
144/* Don't try to include sioctl.h or ptem.h. */ 138/* Don't try to include ptem.h. */
145#undef NEED_SIOCTL
146#undef NEED_PTEM_H 139#undef NEED_PTEM_H
147 140
148#define ORDINARY_LINK 141#define ORDINARY_LINK
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. */