diff dmd2/scope.h @ 1526:54b3c1394d62

Merged dmdfe 2.031.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 07 Jul 2009 02:26:11 +0100
parents 638d16625da2
children
line wrap: on
line diff
--- a/dmd2/scope.h	Mon Jul 06 23:57:27 2009 +0100
+++ b/dmd2/scope.h	Tue Jul 07 02:26:11 2009 +0100
@@ -71,6 +71,7 @@
     int intypeof;		// in typeof(exp)
     int parameterSpecialization; // if in template parameter specialization
     int noaccesscheck;		// don't do access checks
+    int mustsemantic;		// cannot defer semantic()
 
     unsigned callSuper;		// primitive flow analysis for constructors
 #define	CSXthis_ctor	1	// called this()