diff gen/elem.h @ 15:37a4fdab33fc trunk

[svn r19] * Added support for reassigning 'this' inside class constructors. * Added preliminary support for UnrolledLoopStatement. That is foreach on a tuple.
author lindquist
date Wed, 03 Oct 2007 04:56:32 +0200
parents d3ee9efe20e2
children 4648206ca213
line wrap: on
line diff
--- a/gen/elem.h	Wed Oct 03 02:15:12 2007 +0200
+++ b/gen/elem.h	Wed Oct 03 04:56:32 2007 +0200
@@ -32,6 +32,7 @@
     bool inplace;
     bool field;
     unsigned callconv;
+    bool isthis;
 
     VarDeclaration* vardecl;
     FuncDeclaration* funcdecl;