diff dmd/backend/F.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 10317f0c89a5
children
line wrap: on
line diff
--- a/dmd/backend/F.d	Sat Aug 28 16:19:48 2010 +0200
+++ b/dmd/backend/F.d	Sat Aug 28 19:42:41 2010 +0400
@@ -57,4 +57,5 @@
 	Fnested	= 0x1000,	// D nested function with 'this'
 	Fmember	= 0x2000,	// D member function with 'this'
 	Fnotailrecursion = 0x4000,	// no tail recursion optimizations
+	Ffakeeh = 0x8000,	// allocate space for NT EH context sym anyway
 }
\ No newline at end of file