diff options
| author | Richard M. Stallman | 1993-05-30 18:37:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-30 18:37:36 +0000 |
| commit | 28d72e6d68de29447e65b5b3816bbaae5390b88f (patch) | |
| tree | ebb89ea02083ce8ed9c7595223277e740ac98113 /src | |
| parent | 9ab714c7b06a04e38d5d26b3beef45f138365b40 (diff) | |
| download | emacs-28d72e6d68de29447e65b5b3816bbaae5390b88f.tar.gz emacs-28d72e6d68de29447e65b5b3816bbaae5390b88f.zip | |
Fix HPUX conditional syntax.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 4e4d4699990..92679312b24 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 35 | #include "window.h" | 35 | #include "window.h" |
| 36 | 36 | ||
| 37 | /* Compensate for bug in Xos.h on hpux. */ | 37 | /* Compensate for bug in Xos.h on hpux. */ |
| 38 | #if HPUX | 38 | #ifdef HPUX |
| 39 | #include <time.h> | 39 | #include <time.h> |
| 40 | #define __TIMEVAL__ | 40 | #define __TIMEVAL__ |
| 41 | #endif | 41 | #endif |