diff options
| author | Richard M. Stallman | 1994-02-03 06:07:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-03 06:07:47 +0000 |
| commit | 03ef66853f545fbb98466449f0d4d0cbe0a6959b (patch) | |
| tree | d3e39f10732d1f53f8fbe570cf85b6dcbfd2f984 | |
| parent | b56ad927c40bc61d53b07ec343a75f202d432dbf (diff) | |
| download | emacs-03ef66853f545fbb98466449f0d4d0cbe0a6959b.tar.gz emacs-03ef66853f545fbb98466449f0d4d0cbe0a6959b.zip | |
(X_IO_BUG): Defined.
| -rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index feb05dcf251..852e175b016 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -54,3 +54,6 @@ | |||
| 54 | in X11R5. Maybe things will work if we just don't call it. */ | 54 | in X11R5. Maybe things will work if we just don't call it. */ |
| 55 | #define NO_XRM_SET_DATABASE | 55 | #define NO_XRM_SET_DATABASE |
| 56 | #endif | 56 | #endif |
| 57 | |||
| 58 | /* Enable a special hack in XTread_socket. */ | ||
| 59 | #define X_IO_BUG | ||