comparison dmd/XorExp.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents 9e39c7de8438
children e3afd1303184
comparison
equal deleted inserted replaced
129:010eb8f0e18d 130:60bb0fe4563e
79 override void buildArrayIdent(OutBuffer buf, Expressions arguments) 79 override void buildArrayIdent(OutBuffer buf, Expressions arguments)
80 { 80 {
81 Exp_buildArrayIdent(buf, arguments, "Xor"); 81 Exp_buildArrayIdent(buf, arguments, "Xor");
82 } 82 }
83 83
84 override Expression buildArrayLoop(Arguments fparams) 84 override Expression buildArrayLoop(Parameters fparams)
85 { 85 {
86 return Exp_buildArrayLoop!(typeof(this))(fparams); 86 return Exp_buildArrayLoop!(typeof(this))(fparams);
87 } 87 }
88 88
89 override MATCH implicitConvTo(Type t) 89 override MATCH implicitConvTo(Type t)