diff 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
line wrap: on
line diff
--- a/dmd/declaration.h	Wed Oct 10 06:21:31 2007 +0200
+++ b/dmd/declaration.h	Fri Oct 19 07:43:21 2007 +0200
@@ -125,7 +125,9 @@
 
     Declaration *isDeclaration() { return this; }
 
-    virtual void toObjFile();           // compile to .obj file
+    virtual void toObjFile();           // compile to .obj file
+    
+    bool llvmTouched;
 };
 
 /**************************************************************/