comparison dmd2/id.h @ 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
103 static Identifier *rehash; 103 static Identifier *rehash;
104 static Identifier *sort; 104 static Identifier *sort;
105 static Identifier *reverse; 105 static Identifier *reverse;
106 static Identifier *dup; 106 static Identifier *dup;
107 static Identifier *idup; 107 static Identifier *idup;
108 static Identifier *property;
108 static Identifier *___out; 109 static Identifier *___out;
109 static Identifier *___in; 110 static Identifier *___in;
110 static Identifier *__int; 111 static Identifier *__int;
111 static Identifier *__dollar; 112 static Identifier *__dollar;
112 static Identifier *__LOCAL_SIZE; 113 static Identifier *__LOCAL_SIZE;
180 static Identifier *adReverse; 181 static Identifier *adReverse;
181 static Identifier *aaLen; 182 static Identifier *aaLen;
182 static Identifier *aaKeys; 183 static Identifier *aaKeys;
183 static Identifier *aaValues; 184 static Identifier *aaValues;
184 static Identifier *aaRehash; 185 static Identifier *aaRehash;
186 static Identifier *monitorenter;
187 static Identifier *monitorexit;
188 static Identifier *criticalenter;
189 static Identifier *criticalexit;
185 static Identifier *GNU_asm; 190 static Identifier *GNU_asm;
186 static Identifier *lib; 191 static Identifier *lib;
187 static Identifier *msg; 192 static Identifier *msg;
188 static Identifier *startaddress; 193 static Identifier *startaddress;
189 static Identifier *intrinsic; 194 static Identifier *intrinsic;