changeset 9019:d68b305849ad

(X_IO_BUG): Definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Sep 1994 06:55:48 +0000
parents e8f02eb00bbf
children 857ced7767c0
files src/s/sunos413.h src/s/sunos4shr.h
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sunos413.h	Fri Sep 23 06:38:24 1994 +0000
+++ b/src/s/sunos413.h	Fri Sep 23 06:55:48 1994 +0000
@@ -19,7 +19,3 @@
 #ifndef SYSTEM_MALLOC
 #define MEMMOVE_MISSING
 #endif
-
-/* brett@kirk.es.go.dlr.de reported that, without this definition,
-   Emacs would loop when olvwm exits.  */
-#define X_IO_BUG
--- a/src/s/sunos4shr.h	Fri Sep 23 06:38:24 1994 +0000
+++ b/src/s/sunos4shr.h	Fri Sep 23 06:55:48 1994 +0000
@@ -37,7 +37,3 @@
 
 /* khera@cs.duke.edu says this is needed.  */
 #define memmove(to, from, size) bcopy (from, to, size)
-
-/* brett@kirk.es.go.dlr.de reported this was needed in sunos4-1-3.h,
-   so probably it is needed in this configuration too.  */
-#define X_IO_BUG