diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 1 |
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; |