emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Wed, 20 Aug 2003 12:43:22 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.465 emacs/src/lisp.h:1.466
*** emacs/src/lisp.h:1.465      Fri Jul 11 05:05:47 2003
--- emacs/src/lisp.h    Wed Aug 20 12:43:21 2003
***************
*** 19,24 ****
--- 19,27 ----
  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
+ #ifndef EMACS_LISP_H
+ #define EMACS_LISP_H
+ 
  /* Declare the prototype for a general external function.  */
  #if defined (PROTOTYPES) || defined (WINDOWSNT)
  #define P_(proto) proto
***************
*** 2976,2982 ****
  EXFUN (Fx_popup_menu, 2);
  EXFUN (Fx_popup_dialog, 2);
  extern void syms_of_xmenu P_ ((void));
- extern int popup_activated_flag;
  
  /* defined in sysdep.c */
  extern void stuff_char P_ ((char c));
--- 2979,2984 ----
***************
*** 3160,3162 ****
--- 3162,3166 ----
     (FIXNUM_OVERFLOW_P (val) \
      ? make_float (val) \
      : make_number ((EMACS_INT)(val)))
+ 
+ #endif /* EMACS_LISP_H */




reply via email to

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