From 38355d474e7c483c14dcc87f29c5b81fe9d39161 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 30 Jul 2002 11:36:10 +0000 Subject: [PATCH] (scan_sexps_forward): Declare an arg. --- src/syntax.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/syntax.c b/src/syntax.c index 8b2c273166c..ef9e9defcfc 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -2454,6 +2454,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth, stopbefore, oldstate, commentstop) struct lisp_parse_state *stateptr; register int from; + int from_byte; int end, targetdepth, stopbefore; Lisp_Object oldstate; int commentstop; -- 2.39.2