comparison lphobos/typeinfo2/ti_C.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 5b5194b25f33
children
comparison
equal deleted inserted replaced
118:d580b95cce2b 119:79c9ac745fbc
19 * be misrepresented as being the original software. 19 * be misrepresented as being the original software.
20 * o This notice may not be removed or altered from any source 20 * o This notice may not be removed or altered from any source
21 * distribution. 21 * distribution.
22 */ 22 */
23 23
24 module std.typeinfo.ti_C; 24 module typeinfo2.ti_C;
25 25
26 // Object 26 // Object
27 27
28 class TypeInfo_C : TypeInfo 28 class TypeInfo_C : TypeInfo
29 { 29 {