diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 39ade191e57..d5dec97665f 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -19,3 +19,7 @@ | |||
| 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 | ||