Mercurial > emacs
changeset 88935:49128e8e5ebb
(scan_sexps_forward): Declare an arg.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 30 Jul 2002 11:36:10 +0000 |
parents | f814744c5774 |
children | c6ed294ee664 |
files | src/syntax.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;