diff lphobos/typeinfo1/ti_creal.d @ 119:79c9ac745fbc trunk

[svn r123] Fixed some typeinfo module name mismatches. Fixed D-style varargs returning through pointer. Fixed converting nested function to delegate. Added std.string and std.format to Phobos.
author lindquist
date Mon, 26 Nov 2007 06:45:13 +0100
parents 3efbcc81ba45
children
line wrap: on
line diff
--- a/lphobos/typeinfo1/ti_creal.d	Mon Nov 26 05:50:33 2007 +0100
+++ b/lphobos/typeinfo1/ti_creal.d	Mon Nov 26 06:45:13 2007 +0100
@@ -1,7 +1,7 @@
 
 // creal
 
-module std.typeinfo.ti_creal;
+module typeinfo1.ti_creal;
 
 class TypeInfo_c : TypeInfo
 {