and `out_bytepos' too; revert Stef's previous change.
+2006-07-09 John Paul Wallington <jpw@pobox.com>
+
+ * syntax.c (Fforward_comment): Revert previous change.
+
2006-07-09 Kim F. Storm <storm@cua.dk>
* window.c (Fforce_window_update): Doc fix.
{
register int from;
int from_byte;
- register EMACS_INT stop;
+ register int stop;
register int c, c1;
register enum syntaxcode code;
int comstyle = 0; /* style of comment encountered */
int comnested = 0; /* whether the comment is nestable or not */
int found;
- EMACS_INT count1;
- EMACS_INT out_charpos, out_bytepos;
+ int count1;
+ int out_charpos, out_bytepos;
int dummy;
CHECK_NUMBER (count);