diff options
| author | Richard M. Stallman | 1994-06-11 12:12:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-11 12:12:57 +0000 |
| commit | 2e7d3af41c8d36ae24662f29a3120e8a3b61a4a9 (patch) | |
| tree | c3121afa160cb8d526ec0e15fdb81d62429f5be9 /src | |
| parent | 055c8d713a0127b7c5b4a7381b05fcb1c84cad1a (diff) | |
| download | emacs-2e7d3af41c8d36ae24662f29a3120e8a3b61a4a9.tar.gz emacs-2e7d3af41c8d36ae24662f29a3120e8a3b61a4a9.zip | |
(X_IO_BUG): Defined.
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 | ||