comparison dmd/struct.c @ 156:ccd07d9f2ce9 trunk

[svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map
author ChristianK
date Thu, 01 May 2008 13:05:53 +0200
parents ce7b81fb957f
children aaade6ded589
comparison
equal deleted inserted replaced
155:7f92f477ff53 156:ccd07d9f2ce9
42 aggDelete = NULL; 42 aggDelete = NULL;
43 43
44 stag = NULL; 44 stag = NULL;
45 sinit = NULL; 45 sinit = NULL;
46 scope = NULL; 46 scope = NULL;
47
48 irStruct = NULL;
49 } 47 }
50 48
51 enum PROT AggregateDeclaration::prot() 49 enum PROT AggregateDeclaration::prot()
52 { 50 {
53 return protection; 51 return protection;