Mercurial > emacs
changeset 7694:92a4522c37fc
Make previous change limited to HPUX.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 May 1994 22:15:23 +0000 |
parents | 5fcf0620b8d3 |
children | aba3ffcc8f51 |
files | src/systime.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/systime.h Thu May 26 21:53:37 1994 +0000 +++ b/src/systime.h Thu May 26 22:15:23 1994 +0000 @@ -47,12 +47,13 @@ /* 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