changeset 427:21344af2174f

fixed missing imports
author thomask
date Tue, 12 Apr 2005 15:56:35 +0000
parents 1b47a6668c2a
children 115678dd30b7
files run/mixin_09.d run/mixin_10.d
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/run/mixin_09.d	Tue Apr 12 14:28:49 2005 +0000
+++ b/run/mixin_09.d	Tue Apr 12 15:56:35 2005 +0000
@@ -8,6 +8,9 @@
 
 module dstress.run.mixin_09;
 
+void writefln(...){
+}
+
 class A {
         template ctor(Type)
         {
--- a/run/mixin_10.d	Tue Apr 12 14:28:49 2005 +0000
+++ b/run/mixin_10.d	Tue Apr 12 15:56:35 2005 +0000
@@ -8,6 +8,9 @@
 
 module dstress.run.mixin_10;
 
+void writefln(...){
+}
+
 class A {
         template ctor(Type)
         {