diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 02357671608..c39e2c2ab66 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1065,6 +1065,7 @@ int parse_sexp_ignore_comments; | |||
| 1065 | If that many words cannot be found before the end of the buffer, return 0. | 1065 | If that many words cannot be found before the end of the buffer, return 0. |
| 1066 | COUNT negative means scan backward and stop at word beginning. */ | 1066 | COUNT negative means scan backward and stop at word beginning. */ |
| 1067 | 1067 | ||
| 1068 | int | ||
| 1068 | scan_words (from, count) | 1069 | scan_words (from, count) |
| 1069 | register int from, count; | 1070 | register int from, count; |
| 1070 | { | 1071 | { |
| @@ -2605,6 +2606,7 @@ DEFUN ("parse-partial-sexp", Fparse_partial_sexp, Sparse_partial_sexp, 2, 6, 0, | |||
| 2605 | Qnil))))))))); | 2606 | Qnil))))))))); |
| 2606 | } | 2607 | } |
| 2607 | 2608 | ||
| 2609 | void | ||
| 2608 | init_syntax_once () | 2610 | init_syntax_once () |
| 2609 | { | 2611 | { |
| 2610 | register int i, c; | 2612 | register int i, c; |
| @@ -2676,6 +2678,7 @@ init_syntax_once () | |||
| 2676 | } | 2678 | } |
| 2677 | } | 2679 | } |
| 2678 | 2680 | ||
| 2681 | void | ||
| 2679 | syms_of_syntax () | 2682 | syms_of_syntax () |
| 2680 | { | 2683 | { |
| 2681 | Qsyntax_table_p = intern ("syntax-table-p"); | 2684 | Qsyntax_table_p = intern ("syntax-table-p"); |