# HG changeset patch # User Richard M. Stallman # Date 1063982182 0 # Node ID 70b6f248b8020ba3d677ce35ffc1d79c22484394 # Parent ecd666ee0ea1b88d50c6172cef446d35c2c3f1ef Don't include lisp.h. (P_): Define it here (as well as elsewhere). diff -r ecd666ee0ea1 -r 70b6f248b802 src/atimer.h --- a/src/atimer.h Fri Sep 19 14:35:40 2003 +0000 +++ b/src/atimer.h Fri Sep 19 14:36:22 2003 +0000 @@ -21,9 +21,13 @@ #ifndef EMACS_ATIMER_H #define EMACS_ATIMER_H -/* Building alloca.o includes us, and we need lisp.h for the P_ macro - in that case. */ -#include "lisp.h" +/* Declare the prototype for a general external function. */ +#if defined (PROTOTYPES) || defined (WINDOWSNT) +#define P_(proto) proto +#else +#define P_(proto) () +#endif + #include "systime.h" /* for EMACS_TIME */ /* Forward declaration. */