diff options
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systime.h b/src/systime.h index 315f9d1ee68..a7c182a283d 100644 --- a/src/systime.h +++ b/src/systime.h @@ -83,8 +83,8 @@ extern struct timeval make_timeval (struct timespec) ATTRIBUTE_CONST; extern void set_waiting_for_input (struct timespec *); /* When lisp.h is not included Lisp_Object is not defined (this can - happen when this files is used outside the src directory). */ -#ifdef EMACS_LISP_H + happen when this file is used outside the src directory). */ +#ifdef emacs /* Emacs uses the integer list (HI LO US PS) to represent the time (HI << LO_TIME_BITS) + LO + US / 1e6 + PS / 1e12. */ |