(struct MSymbolStruct): Renamed from MSymbol.
authorhanda <handa>
Mon, 14 Jun 2004 05:51:11 +0000 (05:51 +0000)
committerhanda <handa>
Mon, 14 Jun 2004 05:51:11 +0000 (05:51 +0000)
src/symbol.h

index 24238d9..7d98fa6 100644 (file)
@@ -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)