]> git.eshelyaron.com Git - emacs.git/commitdiff
(scan_sexps_forward):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:17:40 +0000 (14:17 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:17:40 +0000 (14:17 +0000)
Declare all args (per C99).

src/syntax.c

index 5114fc06af7d1c20b19b9e67f02522d876ea27d4..b217404e87db60b7199cc6024792f1e7b3e72e34 100644 (file)
@@ -2467,7 +2467,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
                    stopbefore, oldstate, commentstop)
      struct lisp_parse_state *stateptr;
      register int from;
-     int end, targetdepth, stopbefore;
+     int end, targetdepth, stopbefore, from_byte;
      Lisp_Object oldstate;
      int commentstop;
 {