From: Richard M. Stallman Date: Fri, 23 Sep 1994 06:55:48 +0000 (+0000) Subject: (X_IO_BUG): Definition deleted. X-Git-Tag: emacs-19.34~6835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2687aeb390711c231f17ce5c4c4f40a5b33180ff;p=emacs.git (X_IO_BUG): Definition deleted. --- 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 @@ #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 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 @@ /* 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