diff dmd/struct.c @ 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/struct.c	Mon Jan 14 23:09:55 2008 +0100
+++ b/dmd/struct.c	Thu Jan 17 03:15:12 2008 +0100
@@ -54,7 +54,7 @@
     llvmInProgress = false;
     llvmHasUnions = false;
     llvmUnion = NULL;
-    llvmIRStruct = NULL;
+    llvmIrStruct = NULL;
     llvmClassDeclared = false;
     llvmClassDefined = false;
 }