aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1998-04-14 12:25:56 +0000
committerAndreas Schwab <[email protected]>1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/syntax.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
Fix -Wimplicit warnings.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 0235767160..c39e2c2ab6 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1065,6 +1065,7 @@ int parse_sexp_ignore_comments;
If that many words cannot be found before the end of the buffer, return 0.
COUNT negative means scan backward and stop at word beginning. */
+int
scan_words (from, count)
register int from, count;
{
@@ -2605,6 +2606,7 @@ DEFUN ("parse-partial-sexp", Fparse_partial_sexp, Sparse_partial_sexp, 2, 6, 0,
Qnil)))))))));
}
+void
init_syntax_once ()
{
register int i, c;
@@ -2676,6 +2678,7 @@ init_syntax_once ()
}
}
+void
syms_of_syntax ()
{
Qsyntax_table_p = intern ("syntax-table-p");