]> git.eshelyaron.com Git - emacs.git/commitdiff
(X_IO_BUG): Definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Sep 1994 06:55:48 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Sep 1994 06:55:48 +0000 (06:55 +0000)
src/s/sunos413.h
src/s/sunos4shr.h

index d5dec97665f9aeb93ff54027c9b7bc163be97f76..39ade191e571de158cdb3db6ed886c1f58fcc903 100644 (file)
@@ -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
index 43409d5d0d6f3807f7ecc582a5c501c6566042a4..88ff9039499cdb5abbba22865970d304276e1545 100644 (file)
@@ -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