/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.465 by schwab, Fri Jul 11 09:05:47 2003 UTC revision 1.466 by fx, Wed Aug 20 16:43:21 2003 UTC
# Line 19  along with GNU Emacs; see the file COPYI Line 19  along with GNU Emacs; see the file COPYI
19  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
21    
22    #ifndef EMACS_LISP_H
23    #define EMACS_LISP_H
24    
25  /* Declare the prototype for a general external function.  */  /* Declare the prototype for a general external function.  */
26  #if defined (PROTOTYPES) || defined (WINDOWSNT)  #if defined (PROTOTYPES) || defined (WINDOWSNT)
27  #define P_(proto) proto  #define P_(proto) proto
# Line 2976  extern Lisp_Object next_single_char_prop Line 2979  extern Lisp_Object next_single_char_prop
2979  EXFUN (Fx_popup_menu, 2);  EXFUN (Fx_popup_menu, 2);
2980  EXFUN (Fx_popup_dialog, 2);  EXFUN (Fx_popup_dialog, 2);
2981  extern void syms_of_xmenu P_ ((void));  extern void syms_of_xmenu P_ ((void));
 extern int popup_activated_flag;  
2982    
2983  /* defined in sysdep.c */  /* defined in sysdep.c */
2984  extern void stuff_char P_ ((char c));  extern void stuff_char P_ ((char c));
# Line 3160  extern Lisp_Object Vdirectory_sep_char; Line 3162  extern Lisp_Object Vdirectory_sep_char;
3162     (FIXNUM_OVERFLOW_P (val) \     (FIXNUM_OVERFLOW_P (val) \
3163      ? make_float (val) \      ? make_float (val) \
3164      : make_number ((EMACS_INT)(val)))      : make_number ((EMACS_INT)(val)))
3165    
3166    #endif /* EMACS_LISP_H */

Legend:
Removed from v.1.465  
changed lines
  Added in v.1.466

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26