diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-26 22:15:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-26 22:15:23 +0000 |
commit | 96fba998d77433a0a98207a660d6efad0b846052 (patch) | |
tree | d8374ee5628fd5988186ea2ab6e6341d59522a2f /src/systime.h | |
parent | 87cb06e99bf9667fc189f4c66e5c8555c92d535e (diff) | |
download | emacs-96fba998d77433a0a98207a660d6efad0b846052.tar.gz |
Make previous change limited to HPUX.
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systime.h b/src/systime.h index 98609728baa..78fd84b074e 100644 --- a/src/systime.h +++ b/src/systime.h @@ -47,12 +47,13 @@ extern long timezone; /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h disagree about the name of the guard symbol. */ +#ifdef HPUX #ifdef _STRUCT_TIMEVAL #ifndef __TIMEVAL__ #define __TIMEVAL__ #endif #endif - +#endif /* EMACS_TIME is the type to use to represent temporal intervals - struct timeval on some systems, int on others. It can be passed as |