aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:36:10 +0000
committerDave Love2002-07-30 11:36:10 +0000
commit38355d474e7c483c14dcc87f29c5b81fe9d39161 (patch)
tree0334d7291382ef8d73d92e722a2eed3363b1785f /src
parent0b773d6175539a0e38a259724dc593fc684b798c (diff)
downloademacs-38355d474e7c483c14dcc87f29c5b81fe9d39161.tar.gz
emacs-38355d474e7c483c14dcc87f29c5b81fe9d39161.zip
(scan_sexps_forward): Declare an arg.
Diffstat (limited to 'src')
-rw-r--r--src/syntax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 8b2c273166c..ef9e9defcfc 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -2454,6 +2454,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
2454 stopbefore, oldstate, commentstop) 2454 stopbefore, oldstate, commentstop)
2455 struct lisp_parse_state *stateptr; 2455 struct lisp_parse_state *stateptr;
2456 register int from; 2456 register int from;
2457 int from_byte;
2457 int end, targetdepth, stopbefore; 2458 int end, targetdepth, stopbefore;
2458 Lisp_Object oldstate; 2459 Lisp_Object oldstate;
2459 int commentstop; 2460 int commentstop;