diff options
| author | Richard M. Stallman | 1994-06-22 04:16:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-22 04:16:46 +0000 |
| commit | dad146f93689dab0a3d73e100f9d2ca0ab78974f (patch) | |
| tree | b5ab12a9256757d9decbd1c77d17f1b66d64ab23 /src | |
| parent | a3cda2735d45fb14dc296cc035ee531a1838b754 (diff) | |
| download | emacs-dad146f93689dab0a3d73e100f9d2ca0ab78974f.tar.gz emacs-dad146f93689dab0a3d73e100f9d2ca0ab78974f.zip | |
(X_IO_BUG): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 88ff9039499..43409d5d0d6 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -37,3 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | /* khera@cs.duke.edu says this is needed. */ | 38 | /* khera@cs.duke.edu says this is needed. */ |
| 39 | #define memmove(to, from, size) bcopy (from, to, size) | 39 | #define memmove(to, from, size) bcopy (from, to, size) |
| 40 | |||
| 41 | /* brett@kirk.es.go.dlr.de reported this was needed in sunos4-1-3.h, | ||
| 42 | so probably it is needed in this configuration too. */ | ||
| 43 | #define X_IO_BUG | ||