From feefd081f7ca9e2e17e9c6be910ae7634217068e Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 14 Jun 2004 05:51:11 +0000 Subject: [PATCH] (struct MSymbolStruct): Renamed from MSymbol. --- src/symbol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4