changeset 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 216e2b811eed
children 9b5d4e0bcd78
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;