From: handa Date: Mon, 14 Jun 2004 05:51:11 +0000 (+0000) Subject: (struct MSymbolStruct): Renamed from MSymbol. X-Git-Tag: withdl~99 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feefd081f7ca9e2e17e9c6be910ae7634217068e;p=m17n%2Fm17n-lib.git (struct MSymbolStruct): Renamed from MSymbol. --- diff --git a/src/symbol.h b/src/symbol.h index 24238d9..7d98fa6 100644 --- 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)