comparison generator/dgenerator.cpp @ 321:d458ed66e871 signals

minor stuff
author eldar_ins@eldar-laptop
date Sat, 26 Dec 2009 05:10:16 +0500
parents 5c6455c4889b
children 7c2cf27391c4
comparison
equal deleted inserted replaced
320:5c6455c4889b 321:d458ed66e871
1991 writeRequiredImports(s, d_class); 1991 writeRequiredImports(s, d_class);
1992 s << endl; 1992 s << endl;
1993 if (dPhobos) 1993 if (dPhobos)
1994 { 1994 {
1995 s << "import std.stdio;" << endl 1995 s << "import std.stdio;" << endl
1996 << "import std.string;" << endl 1996 << "import std.string : toStringz;" << endl
1997 << "import std.utf;" << endl 1997 << "import std.utf;" << endl
1998 << "import core.memory;" << endl; 1998 << "import core.memory;" << endl;
1999 } 1999 }
2000 else 2000 else
2001 { 2001 {