diff dmd/OutBuffer.d @ 189:a4c9de8e39b3

Now compileable with dmd2.053
author Abscissa
date Wed, 08 Jun 2011 02:21:32 -0400
parents e3afd1303184
children
line wrap: on
line diff
--- a/dmd/OutBuffer.d	Tue Jun 07 23:51:08 2011 -0400
+++ b/dmd/OutBuffer.d	Wed Jun 08 02:21:32 2011 -0400
@@ -1,7 +1,7 @@
 module dmd.OutBuffer;
 
 import dmd.common;
-import std.stdarg;
+import core.vararg;
 import std.exception;
 
 import core.stdc.stdlib;