diff dmd2/idgen.c @ 1577:e4f7b5d9c68a

DMD 2.032 Merge.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 08 Sep 2009 10:07:56 +0100
parents 638d16625da2
children
line wrap: on
line diff
--- a/dmd2/idgen.c	Tue Aug 25 21:35:43 2009 +0200
+++ b/dmd2/idgen.c	Tue Sep 08 10:07:56 2009 +0100
@@ -137,6 +137,8 @@
     { "dup" },
     { "idup" },
 
+    { "property" },
+
     // For inline assembler
     { "___out", "out" },
     { "___in", "in" },
@@ -232,6 +234,10 @@
     { "aaKeys", "_aaKeys" },
     { "aaValues", "_aaValues" },
     { "aaRehash", "_aaRehash" },
+    { "monitorenter", "_d_monitorenter" },
+    { "monitorexit", "_d_monitorexit" },
+    { "criticalenter", "_d_criticalenter" },
+    { "criticalexit", "_d_criticalexit" },
 
     // For pragma's
     { "GNU_asm" },