changeset 558:32f55cac5c46

Added more pre-defined identifiers.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 24 Dec 2007 20:23:45 +0100
parents c5a05e70911f
children c4bb948e5cc1
files trunk/src/dil/IdentsGenerator.d
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/dil/IdentsGenerator.d	Mon Dec 24 18:19:25 2007 +0100
+++ b/trunk/src/dil/IdentsGenerator.d	Mon Dec 24 20:23:45 2007 +0100
@@ -27,7 +27,17 @@
   // Linkage:
   {"C"}, {"D"}, {"Windows"}, {"Pascal"}, {"System"},
   // Operator methods:
+  {"opNeg"},
+  {"opPos"},
+  {"opComp"},
+  {"opAddAssign"},
+  {"opSubAssign"},
+  {"opPostInc"},
+  {"opPostDec"},
   {"opCall"},
+  {"opCast"},
+  {"opIndex"},
+  {"opSlice"},
   // ASM identifiers:
   {"near"}, {"far"}, {"word"}, {"dword"}, {"qword"},
   {"ptr"}, {"offset"}, {"seg"}, {"__LOCAL_SIZE"},