diff dmd/mtype.h @ 720:e177ae483f8e

Added inreg attribute where appropriate on x86 to follow ABI docs. Removed now unnecessary temporary variable in StringExp.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 23 Oct 2008 00:34:46 +0200
parents 30b42a283c8e
children 55f6c2e454d7
line wrap: on
line diff
--- a/dmd/mtype.h	Wed Oct 22 21:50:08 2008 +0200
+++ b/dmd/mtype.h	Thu Oct 23 00:34:46 2008 +0200
@@ -439,6 +439,7 @@
     bool usesThis;
     bool usesNest;
     unsigned retAttrs;
+    unsigned thisAttrs; // also used for nest
 };
 
 struct TypeDelegate : Type