1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00

Don't include lisp.h.

(P_): Define it here (as well as elsewhere).
This commit is contained in:
Richard M. Stallman 2003-09-19 14:36:22 +00:00
parent dd418e06cf
commit 82377c38bb

View file

@ -21,9 +21,13 @@ Boston, MA 02111-1307, USA. */
#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. */