mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
(Fforward_comment): Use type int for from' and from_byte'.
This commit is contained in:
parent
3aa7c28e8e
commit
4f4c0966e2
1 changed files with 2 additions and 2 deletions
|
|
@ -1992,8 +1992,8 @@ between them, return t; otherwise return nil. */)
|
|||
(count)
|
||||
Lisp_Object count;
|
||||
{
|
||||
register EMACS_INT from;
|
||||
EMACS_INT from_byte;
|
||||
register int from;
|
||||
int from_byte;
|
||||
register EMACS_INT stop;
|
||||
register int c, c1;
|
||||
register enum syntaxcode code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue