diff dmd/aggregate.h @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents 9c79b61fb638
children ce7b81fb957f
line wrap: on
line diff
--- a/dmd/aggregate.h	Mon Jan 14 23:09:55 2008 +0100
+++ b/dmd/aggregate.h	Thu Jan 17 03:15:12 2008 +0100
@@ -45,7 +45,7 @@
     class ConstantStruct;
     class GlobalVariable;
 }
-struct IRStruct;
+struct IrStruct;
 struct DUnion;
 
 struct AggregateDeclaration : ScopeDsymbol
@@ -110,7 +110,7 @@
     llvm::Constant* llvmConstClass;
     bool llvmHasUnions;
     DUnion* llvmUnion;
-    IRStruct* llvmIRStruct;
+    IrStruct* llvmIrStruct;
     bool llvmClassDeclared;
     bool llvmClassDefined;