From: handa Date: Thu, 24 Jun 2004 02:45:51 +0000 (+0000) Subject: (mchar_define_property): Add const to an arg. X-Git-Tag: withdl~21 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744c292e51429da7d7f0424ce474549907d30139;p=m17n%2Fm17n-lib.git (mchar_define_property): Add const to an arg. --- diff --git a/src/character.c b/src/character.c index 19c0af3..81c8c63 100644 --- a/src/character.c +++ b/src/character.c @@ -373,7 +373,7 @@ MSymbol Mcomplicated_case_folding; mchar_get_prop (), mchar_put_prop () */ MSymbol -mchar_define_property (char *name, MSymbol type) +mchar_define_property (const char *name, MSymbol type) { MSymbol key = msymbol (name); MCharPropRecord *record;