Mercurial > emacs
diff src/syntax.c @ 88935:49128e8e5ebb
(scan_sexps_forward): Declare an arg.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 30 Jul 2002 11:36:10 +0000 |
| parents | 39b2b971cdb3 |
| children | a65b3bd9379c |
line wrap: on
line diff
--- a/src/syntax.c Tue Jul 30 11:36:03 2002 +0000 +++ b/src/syntax.c Tue Jul 30 11:36:10 2002 +0000 @@ -2454,6 +2454,7 @@ stopbefore, oldstate, commentstop) struct lisp_parse_state *stateptr; register int from; + int from_byte; int end, targetdepth, stopbefore; Lisp_Object oldstate; int commentstop;
