]> git.eshelyaron.com Git - emacs.git/commitdiff
(scan_sexps_forward): Declare an arg.
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:36:10 +0000 (11:36 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:36:10 +0000 (11:36 +0000)
src/syntax.c

index 8b2c273166c5b5d23f6a479d0e11ab0663e58ccf..ef9e9defcfca9ed48c600c4a9f9ca99dabce17b3 100644 (file)
@@ -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;