comparison dmd/declaration.h @ 40:8b0e809563df trunk

[svn r44] Lots of bug fixes. New array literal support New array ~= operator support (for single element) New with statement support More...
author lindquist
date Fri, 19 Oct 2007 07:43:21 +0200
parents 37a4fdab33fc
children 6fcc08a4d406
comparison
equal deleted inserted replaced
39:fd5e8bbfcb25 40:8b0e809563df
124 enum PROT prot(); 124 enum PROT prot();
125 125
126 Declaration *isDeclaration() { return this; } 126 Declaration *isDeclaration() { return this; }
127 127
128 virtual void toObjFile(); // compile to .obj file 128 virtual void toObjFile(); // compile to .obj file
129
130 bool llvmTouched;
129 }; 131 };
130 132
131 /**************************************************************/ 133 /**************************************************************/
132 134
133 struct TupleDeclaration : Declaration 135 struct TupleDeclaration : Declaration