(allocate_character): Add `static'.
authortomo <tomo>
Tue, 14 Sep 2010 09:10:40 +0000 (09:10 +0000)
committertomo <tomo>
Tue, 14 Sep 2010 09:10:40 +0000 (09:10 +0000)
src/chartab.c

index 58bdb92..ccfed11 100644 (file)
@@ -4233,7 +4233,7 @@ implementation does not coalesce ranges all of whose values are the same.
   return slarg.retval;
 }
 
-Lisp_Object
+static Lisp_Object
 allocate_character ()
 {
   int cid = XINT (Vnext_defined_char_id);