From: Dave Love <fx@gnu.org>
Date: Tue, 30 Jul 2002 11:36:10 +0000 (+0000)
Subject: (scan_sexps_forward): Declare an arg.
X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~496
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38355d474e7c483c14dcc87f29c5b81fe9d39161;p=emacs.git

(scan_sexps_forward): Declare an arg.
---

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;