diff src/syntax.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 390b39d69836
children 31c39cdc9e11
line wrap: on
line diff
--- a/src/syntax.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/syntax.c	Tue Apr 14 12:25:56 1998 +0000
@@ -1065,6 +1065,7 @@
    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 @@
 				     Qnil)))))))));
 }
 
+void
 init_syntax_once ()
 {
   register int i, c;
@@ -2676,6 +2678,7 @@
     }
 }
 
+void
 syms_of_syntax ()
 {
   Qsyntax_table_p = intern ("syntax-table-p");