diff dmd/struct.c @ 88:058d3925950e trunk

[svn r92] Fixed support for statically initialized unions. lots of bugfixes as cleanups too.
author lindquist
date Tue, 06 Nov 2007 10:03:14 +0100
parents b706170e24a9
children 5071469303d4
line wrap: on
line diff
--- a/dmd/struct.c	Sat Nov 03 14:48:33 2007 +0100
+++ b/dmd/struct.c	Tue Nov 06 10:03:14 2007 +0100
@@ -51,6 +51,7 @@
     llvmInitZ = NULL;
     llvmInProgress = false;
     llvmHasUnions = false;
+    llvmUnion = NULL;
 }
 
 enum PROT AggregateDeclaration::prot()