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:
parent
250368afb5
commit
ddc447fcff
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue