aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-02 07:59:06 +0000
committerGerd Moellmann1999-12-02 07:59:06 +0000
commit967e16129743f33316b09c99aa357c54aab38fb5 (patch)
tree4011ed9e0e24bb13b953e49fbe00a07075dc2234 /src
parentc42b4fab89e387a47b833aa48af174e9763285a9 (diff)
downloademacs-967e16129743f33316b09c99aa357c54aab38fb5.tar.gz
emacs-967e16129743f33316b09c99aa357c54aab38fb5.zip
(UNEXEC) [USG5_4]: Use unexsgi.o instead of
unexelf.o.
Diffstat (limited to 'src')
-rw-r--r--src/m/iris4d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 1af41405870..85d0ea90221 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */
113 113
114#ifdef USG5_4 114#ifdef USG5_4
115#undef UNEXEC 115#undef UNEXEC
116#define UNEXEC unexelf.o 116#define UNEXEC unexsgi.o
117#else 117#else
118#define UNEXEC unexmips.o 118#define UNEXEC unexmips.o
119#endif 119#endif