comparison dmd/TypeDArray.d @ 176:fa9a71a9f5a8

Moved all the mutable globals to Global
author korDen
date Sun, 10 Oct 2010 05:22:45 +0400
parents af1bebfd96a4
children e3afd1303184
comparison
equal deleted inserted replaced
175:94b6033c07f3 176:fa9a71a9f5a8
125 if (mod != this.mod) 125 if (mod != this.mod)
126 { 126 {
127 toCBuffer3(buf, hgs, mod); 127 toCBuffer3(buf, hgs, mod);
128 return; 128 return;
129 } 129 }
130 if (equals(tstring)) 130 if (equals(global.tstring))
131 buf.writestring("string"); 131 buf.writestring("string");
132 else 132 else
133 { 133 {
134 next.toCBuffer2(buf, hgs, this.mod); 134 next.toCBuffer2(buf, hgs, this.mod);
135 buf.writestring("[]"); 135 buf.writestring("[]");