comparison dmd/OutBuffer.d @ 189:a4c9de8e39b3

Now compileable with dmd2.053
author Abscissa
date Wed, 08 Jun 2011 02:21:32 -0400
parents e3afd1303184
children
comparison
equal deleted inserted replaced
188:83a36bdd5d14 189:a4c9de8e39b3
1 module dmd.OutBuffer; 1 module dmd.OutBuffer;
2 2
3 import dmd.common; 3 import dmd.common;
4 import std.stdarg; 4 import core.vararg;
5 import std.exception; 5 import std.exception;
6 6
7 import core.stdc.stdlib; 7 import core.stdc.stdlib;
8 import core.stdc.string; 8 import core.stdc.string;
9 9