aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/category.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/category.c b/src/category.c
index d1d2f572afa..182cfd2901f 100644
--- a/src/category.c
+++ b/src/category.c
@@ -601,6 +601,7 @@ word_boundary_p (c1, c2)
601} 601}
602 602
603 603
604void
604init_category_once () 605init_category_once ()
605{ 606{
606 /* This has to be done here, before we call Fmake_char_table. */ 607 /* This has to be done here, before we call Fmake_char_table. */
@@ -623,6 +624,7 @@ init_category_once ()
623 Fmake_vector (make_number (95), Qnil)); 624 Fmake_vector (make_number (95), Qnil));
624} 625}
625 626
627void
626syms_of_category () 628syms_of_category ()
627{ 629{
628 Qcategoryp = intern ("categoryp"); 630 Qcategoryp = intern ("categoryp");