comparison dmd/Global.d @ 192:eb38fdcb3e62 default tip

updated to compile with dmd2.062
author korDen
date Sat, 02 Mar 2013 01:25:52 -0800
parents cd48cb899aee
children
comparison
equal deleted inserted replaced
191:52188e7e3fb5 192:eb38fdcb3e62
19 import dmd.LINK; 19 import dmd.LINK;
20 import dmd.MOD; 20 import dmd.MOD;
21 import dmd.Loc; 21 import dmd.Loc;
22 import dmd.TOK; 22 import dmd.TOK;
23 import dmd.TypeFunction; 23 import dmd.TypeFunction;
24 import dmd.GlobalExpressions : initGlobalExpressions;
24 25
25 import dmd.codegen.Util; 26 import dmd.codegen.Util;
26 import dmd.backend.elem; 27 import dmd.backend.elem;
27 import dmd.backend.Classsym; 28 import dmd.backend.Classsym;
28 import dmd.backend.Symbol; 29 import dmd.backend.Symbol;
196 197
197 this() 198 this()
198 { 199 {
199 register(); 200 register();
200 201
202 initGlobalExpressions();
203
201 params.versionids = new Vector!(string)(); 204 params.versionids = new Vector!(string)();
202 params.imppath = new Array(); 205 params.imppath = new Array();
203 206
204 st = new DsymbolTable(); 207 st = new DsymbolTable();
205 stringbuffer = new OutBuffer(); 208 stringbuffer = new OutBuffer();