aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-23 06:55:48 +0000
committerRichard M. Stallman1994-09-23 06:55:48 +0000
commit2687aeb390711c231f17ce5c4c4f40a5b33180ff (patch)
tree8ef008f80f109a27d5936fe89117b220ecd5588f /src
parent69d87222482d5bc1352f37f69c8641afff67b24a (diff)
downloademacs-2687aeb390711c231f17ce5c4c4f40a5b33180ff.tar.gz
emacs-2687aeb390711c231f17ce5c4c4f40a5b33180ff.zip
(X_IO_BUG): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos413.h4
-rw-r--r--src/s/sunos4shr.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h
index d5dec97665f..39ade191e57 100644
--- a/src/s/sunos413.h
+++ b/src/s/sunos413.h
@@ -19,7 +19,3 @@
19#ifndef SYSTEM_MALLOC 19#ifndef SYSTEM_MALLOC
20#define MEMMOVE_MISSING 20#define MEMMOVE_MISSING
21#endif 21#endif
22
23/* brett@kirk.es.go.dlr.de reported that, without this definition,
24 Emacs would loop when olvwm exits. */
25#define X_IO_BUG
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h
index 43409d5d0d6..88ff9039499 100644
--- a/src/s/sunos4shr.h
+++ b/src/s/sunos4shr.h
@@ -37,7 +37,3 @@
37 37
38/* khera@cs.duke.edu says this is needed. */ 38/* khera@cs.duke.edu says this is needed. */
39#define memmove(to, from, size) bcopy (from, to, size) 39#define memmove(to, from, size) bcopy (from, to, size)
40
41/* brett@kirk.es.go.dlr.de reported this was needed in sunos4-1-3.h,
42 so probably it is needed in this configuration too. */
43#define X_IO_BUG