comparison dmd/expression/Slice.d @ 34:544b922227c7

update to work with dmd 2.048
author korDen
date Sat, 21 Aug 2010 05:46:08 +0400
parents 5c9b78899f5d
children be2ab491772e
comparison
equal deleted inserted replaced
33:e0a36abe1184 34:544b922227c7
13 import core.memory; 13 import core.memory;
14 14
15 import core.stdc.stdlib; 15 import core.stdc.stdlib;
16 import core.stdc.string; 16 import core.stdc.string;
17 17
18 import std.contracts; 18 import std.exception;
19 19
20 20
21 /* Also return EXP_CANT_INTERPRET if this fails 21 /* Also return EXP_CANT_INTERPRET if this fails
22 */ 22 */
23 Expression Slice(Type type, Expression e1, Expression lwr, Expression upr) 23 Expression Slice(Type type, Expression e1, Expression lwr, Expression upr)