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:
feefd08
)
(MSymbol): Defined as "struct MSymbolStruct *".
author
handa
<handa>
Mon, 14 Jun 2004 05:51:23 +0000
(
05:51
+0000)
committer
handa
<handa>
Mon, 14 Jun 2004 05:51:23 +0000
(
05:51
+0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
c503607
..
dfc73db
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-112,7
+112,7
@@
extern int m17n_object_unref (void *object);
#MSymbol ¤Ï¥·¥ó¥Ü¥ë¥ª¥Ö¥¸¥§¥¯¥È¤Î·¿¤Ç¤¢¤ë¡£ÆâÉô¹½Â¤¤Ï¥¢¥×¥ê¥±¡¼¥·¥ç
¥ó¥×¥í¥°¥é¥à¤«¤é¤Ï¸«¤¨¤Ê¤¤¡£ */
-typedef struct MSymbol *MSymbol;
+typedef struct MSymbolStruct *MSymbol;
/*=*/