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:
parent
dd418e06cf
commit
82377c38bb
1 changed files with 7 additions and 3 deletions
10
src/atimer.h
10
src/atimer.h
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue