1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

(scan_sexps_forward):

Declare all args (per C99).
This commit is contained in:
Dave Love 2002-11-14 14:17:40 +00:00
parent 250368afb5
commit ddc447fcff

View 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;
{