# HG changeset patch # User Dave Love # Date 1037283460 0 # Node ID 04d5f3827d9f81a044fe76d35f31f790c4c5251c # Parent 3aa5ba8c3ef4b47af2664603eb4e1069b42c92b4 (scan_sexps_forward): Declare all args (per C99). diff -r 3aa5ba8c3ef4 -r 04d5f3827d9f src/syntax.c --- a/src/syntax.c Thu Nov 14 14:16:14 2002 +0000 +++ b/src/syntax.c Thu Nov 14 14:17:40 2002 +0000 @@ -2467,7 +2467,7 @@ 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; {