projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c3fdd
)
(mchar_define_property): Add const to an arg.
author
handa
<handa>
Thu, 24 Jun 2004 02:45:51 +0000
(
02:45
+0000)
committer
handa
<handa>
Thu, 24 Jun 2004 02:45:51 +0000
(
02:45
+0000)
src/character.c
patch
|
blob
|
history
diff --git
a/src/character.c
b/src/character.c
index
19c0af3
..
81c8c63
100644
(file)
--- 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;