From 716f39df4eeb38c8bc5c97a79f7d3b7e62e78395 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 14 Sep 2010 09:10:40 +0000 Subject: [PATCH] (allocate_character): Add `static'. --- src/chartab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chartab.c b/src/chartab.c index 58bdb92..ccfed11 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -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); -- 1.7.10.4