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

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 10317f0c89a5
children
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
55 F3badoparrow = 0x400, // bad operator->() 55 F3badoparrow = 0x400, // bad operator->()
56 Fmain = 0x800, // function is main() or wmain() 56 Fmain = 0x800, // function is main() or wmain()
57 Fnested = 0x1000, // D nested function with 'this' 57 Fnested = 0x1000, // D nested function with 'this'
58 Fmember = 0x2000, // D member function with 'this' 58 Fmember = 0x2000, // D member function with 'this'
59 Fnotailrecursion = 0x4000, // no tail recursion optimizations 59 Fnotailrecursion = 0x4000, // no tail recursion optimizations
60 Ffakeeh = 0x8000, // allocate space for NT EH context sym anyway
60 } 61 }