aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-19 23:32:30 +0000
committerRichard M. Stallman1994-05-19 23:32:30 +0000
commitcbd4bc1b50e57edb950027d194a11409b10f5e94 (patch)
tree93d9a5b117ce5991e9c24274b24eaad6af792ebc /src
parent3f6ca39d9182f4ae0131cb67597ee749532be66b (diff)
downloademacs-cbd4bc1b50e57edb950027d194a11409b10f5e94.tar.gz
emacs-cbd4bc1b50e57edb950027d194a11409b10f5e94.zip
(EXTRA_INITIALIZE): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc4-0.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h
index 35455e45e74..d5c390f6145 100644
--- a/src/s/isc4-0.h
+++ b/src/s/isc4-0.h
@@ -2,10 +2,6 @@
2 2
3#include "isc3-0.h" 3#include "isc3-0.h"
4 4
5/* This works around a bug in ISC 4.0; it fails
6 to clear the "POSIX process" flag on an exec. */
7#define EXTRA_INITIALIZE __setostype (0)
8
9#define LIBS_SYSTEM -linet 5#define LIBS_SYSTEM -linet
10 6
11#define ISC4_0 7#define ISC4_0