]> code.delx.au - gnu-emacs/blobdiff - src/systime.h
Include-file cleanup for src directory
[gnu-emacs] / src / systime.h
index 315f9d1ee689c4f5bc9b2111c80e20dd8152891a..a7c182a283d83db728cae93e083a06cb0fd353b4 100644 (file)
@@ -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.  */