diff src/syntax.c @ 71867:c8c21ddb276e

(scan_sexps_forward): Use EMACS_INT for out_bytepos and out_charpos.
author Andreas Schwab <schwab@suse.de>
date Thu, 13 Jul 2006 11:43:52 +0000
parents 2d05f598fa85
children 8d894204c732
line wrap: on
line diff
--- a/src/syntax.c	Thu Jul 13 06:06:45 2006 +0000
+++ b/src/syntax.c	Thu Jul 13 11:43:52 2006 +0000
@@ -2702,7 +2702,7 @@
   int boundary_stop = commentstop == -1;
   int nofence;
   int found;
-  int out_bytepos, out_charpos;
+  EMACS_INT out_bytepos, out_charpos;
   int temp;
 
   prev_from = from;