diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c index eb37cbb647f..fe458644caa 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1891,9 +1891,10 @@ in_classes (c, iso_classes) | |||
| 1891 | static int | 1891 | static int |
| 1892 | forw_comment (from, from_byte, stop, nesting, style, prev_syntax, | 1892 | forw_comment (from, from_byte, stop, nesting, style, prev_syntax, |
| 1893 | charpos_ptr, bytepos_ptr, incomment_ptr) | 1893 | charpos_ptr, bytepos_ptr, incomment_ptr) |
| 1894 | int from, from_byte, stop; | 1894 | EMACS_INT from, from_byte, stop; |
| 1895 | int nesting, style, prev_syntax; | 1895 | int nesting, style, prev_syntax; |
| 1896 | int *charpos_ptr, *bytepos_ptr, *incomment_ptr; | 1896 | EMACS_INT *charpos_ptr, *bytepos_ptr; |
| 1897 | int *incomment_ptr; | ||
| 1897 | { | 1898 | { |
| 1898 | register int c, c1; | 1899 | register int c, c1; |
| 1899 | register enum syntaxcode code; | 1900 | register enum syntaxcode code; |