# HG changeset patch # User Andreas Schwab # Date 1152791032 0 # Node ID c8c21ddb276e281263dcc1a92dda0b030098e8e7 # Parent 216e2b811eeddcacd40d70cf6a59148e7849e980 (scan_sexps_forward): Use EMACS_INT for out_bytepos and out_charpos. diff -r 216e2b811eed -r c8c21ddb276e src/syntax.c --- 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;