diff src/category.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 50929073a0ba
children 6f3b920860e5
line wrap: on
line diff
--- a/src/category.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/category.c	Tue Apr 14 12:25:56 1998 +0000
@@ -601,6 +601,7 @@
 }
 
 
+void
 init_category_once ()
 {
   /* This has to be done here, before we call Fmake_char_table.  */
@@ -623,6 +624,7 @@
 			      Fmake_vector (make_number (95), Qnil));
 }
 
+void
 syms_of_category ()
 {
   Qcategoryp = intern ("categoryp");