Mercurial > emacs
changeset 48324:04d5f3827d9f
(scan_sexps_forward):
Declare all args (per C99).
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Nov 2002 14:17:40 +0000 |
parents | 3aa5ba8c3ef4 |
children | 1227d372d5ec |
files | src/syntax.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {