comparison dmd/enum.h @ 1146:1860414bf3b7

* Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h. * Added #if IN_DMD versioning around DMD backend specific code in the D1 frontend, D2 is currently broken. * All part of a greater cleanup scheme.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 26 Mar 2009 20:45:53 +0100
parents aaade6ded589
children dbe4af57b240
comparison
equal deleted inserted replaced
1145:40caa8207b3e 1146:1860414bf3b7
63 63
64 void toObjFile(int multiobj); // compile to .obj file 64 void toObjFile(int multiobj); // compile to .obj file
65 void toDebug(); 65 void toDebug();
66 int cvMember(unsigned char *p); 66 int cvMember(unsigned char *p);
67 67
68 #if IN_DMD
68 Symbol *sinit; 69 Symbol *sinit;
69 Symbol *toInitializer(); 70 Symbol *toInitializer();
71 #endif
70 }; 72 };
71 73
72 74
73 struct EnumMember : Dsymbol 75 struct EnumMember : Dsymbol
74 { 76 {