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:
d8f6723
)
(struct MSymbolStruct): Renamed from MSymbol.
author
handa
<handa>
Mon, 14 Jun 2004 05:51:11 +0000
(
05:51
+0000)
committer
handa
<handa>
Mon, 14 Jun 2004 05:51:11 +0000
(
05:51
+0000)
src/symbol.h
patch
|
blob
|
history
diff --git
a/src/symbol.h
b/src/symbol.h
index
24238d9
..
7d98fa6
100644
(file)
--- a/
src/symbol.h
+++ b/
src/symbol.h
@@
-25,7
+25,7
@@
#include "plist.h"
-struct MSymbol
+struct MSymbolStruct
{
/** 1 iff a value of property (including text-property) whose key is
the symbol is a managed object. */
@@
-40,7
+40,7
@@
struct MSymbol
/* Plist of the symbol. */
MPlist plist;
- MSymbol next;
+ struct MSymbolStruct *next;
};
#define MSYMBOL_NAME(sym) ((sym)->name)