Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/lisp.h Sat May 05 08:40:06 2001 +0000 +++ b/src/lisp.h Sat May 05 10:10:42 2001 +0000 @@ -2859,7 +2859,7 @@ Bytecount, int, Error_behavior, int); Bytecount fast_lisp_string_match (Lisp_Object, Lisp_Object); void restore_match_data (void); -extern int warn_about_possibly_incompatible_back_references; +extern Fixnum warn_about_possibly_incompatible_back_references; /* Defined in signal.c */