diff dmd/Declaration.d @ 131:206db751bd4c

dmdfe 2.037 compiles now
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 10 Sep 2010 00:27:37 +0100
parents 010eb8f0e18d
children af1bebfd96a4
line wrap: on
line diff
--- a/dmd/Declaration.d	Thu Sep 09 22:51:44 2010 +0100
+++ b/dmd/Declaration.d	Fri Sep 10 00:27:37 2010 +0100
@@ -82,7 +82,7 @@
 {
     Type type;
     Type originalType;		// before semantic analysis
-    STC storage_class = STC.STCundefined;
+    StorageClass storage_class = STC.STCundefined;
     PROT protection = PROT.PROTundefined;
     LINK linkage = LINK.LINKdefault;
     int inuse;			// used to detect cycles