view dmd/StringValue.d @ 192:eb38fdcb3e62 default tip

updated to compile with dmd2.062
author korDen
date Sat, 02 Mar 2013 01:25:52 -0800
parents e3afd1303184
children
line wrap: on
line source

module dmd.StringValue;

import dmd.common;
import dmd.Lstring;
import dmd.Dchar;

struct StringValue
{
	Object ptrvalue;
}