(mchar_define_property): Add const to an arg.
authorhanda <handa>
Thu, 24 Jun 2004 02:45:51 +0000 (02:45 +0000)
committerhanda <handa>
Thu, 24 Jun 2004 02:45:51 +0000 (02:45 +0000)
src/character.c

index 19c0af3..81c8c63 100644 (file)
@@ -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;