diff lphobos/phobos.d @ 57:a9d29e9f1fed trunk

[svn r61] Added support for D-style variadic functions :)
author lindquist
date Thu, 25 Oct 2007 02:39:53 +0200
parents 0c77619e803b
children fd32135dca3e
line wrap: on
line diff
--- a/lphobos/phobos.d	Wed Oct 24 22:26:37 2007 +0200
+++ b/lphobos/phobos.d	Thu Oct 25 02:39:53 2007 +0200
@@ -1,4 +1,5 @@
 module phobos;
 
 import
-std.stdio;
+std.stdio,
+std.stdarg;