From: tomo Date: Tue, 14 Sep 2010 09:10:40 +0000 (+0000) Subject: (allocate_character): Add `static'. X-Git-Tag: chise-base-0_25-1^20~103 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=716f39df4eeb38c8bc5c97a79f7d3b7e62e78395 (allocate_character): Add `static'. --- 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);