comparison 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
comparison
equal deleted inserted replaced
1576:4551475bc6b6 1577:e4f7b5d9c68a
134 134
135 { "sort" }, 135 { "sort" },
136 { "reverse" }, 136 { "reverse" },
137 { "dup" }, 137 { "dup" },
138 { "idup" }, 138 { "idup" },
139
140 { "property" },
139 141
140 // For inline assembler 142 // For inline assembler
141 { "___out", "out" }, 143 { "___out", "out" },
142 { "___in", "in" }, 144 { "___in", "in" },
143 { "__int", "int" }, 145 { "__int", "int" },
230 // For internal functions 232 // For internal functions
231 { "aaLen", "_aaLen" }, 233 { "aaLen", "_aaLen" },
232 { "aaKeys", "_aaKeys" }, 234 { "aaKeys", "_aaKeys" },
233 { "aaValues", "_aaValues" }, 235 { "aaValues", "_aaValues" },
234 { "aaRehash", "_aaRehash" }, 236 { "aaRehash", "_aaRehash" },
237 { "monitorenter", "_d_monitorenter" },
238 { "monitorexit", "_d_monitorexit" },
239 { "criticalenter", "_d_criticalenter" },
240 { "criticalexit", "_d_criticalexit" },
235 241
236 // For pragma's 242 // For pragma's
237 { "GNU_asm" }, 243 { "GNU_asm" },
238 { "lib" }, 244 { "lib" },
239 { "msg" }, 245 { "msg" },