From 2687aeb390711c231f17ce5c4c4f40a5b33180ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Sep 1994 06:55:48 +0000 Subject: [PATCH] (X_IO_BUG): Definition deleted. --- src/s/sunos413.h | 4 ---- src/s/sunos4shr.h | 4 ---- 2 files changed, 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 @@ #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 -- 2.39.5