comparison dmd/dsymbol.h @ 159:5acec6b2eef8 trunk

[svn r175] merged dmd 1.029
author ChristianK
date Thu, 01 May 2008 15:15:28 +0200
parents ccd07d9f2ce9
children db9890b3fb64
comparison
equal deleted inserted replaced
158:287540c5f05e 159:5acec6b2eef8
92 PROTprotected, 92 PROTprotected,
93 PROTpublic, 93 PROTpublic,
94 PROTexport, 94 PROTexport,
95 }; 95 };
96 96
97
97 struct Dsymbol : Object 98 struct Dsymbol : Object
98 { 99 {
99 Identifier *ident; 100 Identifier *ident;
100 Identifier *c_ident; 101 Identifier *c_ident;
101 Dsymbol *parent; 102 Dsymbol *parent;