comparison src/lisp.h @ 507:167135c7a7ae

[xemacs-hg @ 2001-05-05 10:10:36 by martinb] Target of a DEFVAR_INT should be a Fixnum, not int.
author martinb
date Sat, 05 May 2001 10:10:42 +0000
parents 7039e6323819
children ef4d2466a29c
comparison
equal deleted inserted replaced
506:39ccc7dd8077 507:167135c7a7ae
2857 Bytecount fast_string_match (Lisp_Object, const Bufbyte *, 2857 Bytecount fast_string_match (Lisp_Object, const Bufbyte *,
2858 Lisp_Object, Bytecount, 2858 Lisp_Object, Bytecount,
2859 Bytecount, int, Error_behavior, int); 2859 Bytecount, int, Error_behavior, int);
2860 Bytecount fast_lisp_string_match (Lisp_Object, Lisp_Object); 2860 Bytecount fast_lisp_string_match (Lisp_Object, Lisp_Object);
2861 void restore_match_data (void); 2861 void restore_match_data (void);
2862 extern int warn_about_possibly_incompatible_back_references; 2862 extern Fixnum warn_about_possibly_incompatible_back_references;
2863 2863
2864 2864
2865 /* Defined in signal.c */ 2865 /* Defined in signal.c */
2866 void init_interrupts_late (void); 2866 void init_interrupts_late (void);
2867 extern int dont_check_for_quit; 2867 extern int dont_check_for_quit;