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:
a8f9a84
)
(mchar__define_prop): Extern it.
author
handa
<handa>
Mon, 5 Dec 2005 07:04:57 +0000
(07:04 +0000)
committer
handa
<handa>
Mon, 5 Dec 2005 07:04:57 +0000
(07:04 +0000)
src/character.h
patch
|
blob
|
history
diff --git
a/src/character.h
b/src/character.h
index
da63994
..
85bb785
100644
(file)
--- a/
src/character.h
+++ b/
src/character.h
@@
-285,4
+285,6
@@
|| ((c) >= 'a' && (c) <= 'z') \
|| ((c) >= '0' && (c) <= '9'))
+extern void mchar__define_prop (MSymbol key, MSymbol type, void *mdb);
+
#endif /* not _M17N_CHARACTER_H_ */