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:
d4c3f03
)
(struct MText): Types of members format and coverage
author
handa
<handa>
Wed, 28 Feb 2007 07:23:26 +0000
(07:23 +0000)
committer
handa
<handa>
Wed, 28 Feb 2007 07:23:26 +0000
(07:23 +0000)
changed to unsigned.
src/internal.h
patch
|
blob
|
history
diff --git
a/src/internal.h
b/src/internal.h
index
c4a4636
..
53ba6a5
100644
(file)
--- a/
src/internal.h
+++ b/
src/internal.h
@@
-443,8
+443,8
@@
struct MText
{
M17NObject control;
- enum MTextFormat format : 16;
- enum MTextCoverage coverage : 16;
+ unsigned format : 16;
+ unsigned coverage : 16;
/**en Number of characters in the M-text */
/**ja M-text Ãæ¤Îʸ»ú¿ô */