view dmd/StringValue.d @ 181:aa70dca07cb0

ArrayExp.toCBuffer and TypeReturn.toCBuffer2
author korDen
date Mon, 18 Oct 2010 00:36:44 +0400
parents e3afd1303184
children
line wrap: on
line source

module dmd.StringValue;

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

struct StringValue
{
	Object ptrvalue;
}