emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/atimer.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/atimer.h
Date: Fri, 19 Sep 2003 10:36:22 -0400

Index: emacs/src/atimer.h
diff -c emacs/src/atimer.h:1.7 emacs/src/atimer.h:1.8
*** emacs/src/atimer.h:1.7      Mon Sep  1 11:45:51 2003
--- emacs/src/atimer.h  Fri Sep 19 10:36:22 2003
***************
*** 21,29 ****
  #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"
  #include "systime.h"          /* for EMACS_TIME */
  
  /* Forward declaration.  */
--- 21,33 ----
  #ifndef EMACS_ATIMER_H
  #define EMACS_ATIMER_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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]