view dmd/ILS.d @ 181:aa70dca07cb0

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

module dmd.ILS;

enum ILS
{
    ILSuninitialized,	// not computed yet
    ILSno,		// cannot inline
    ILSyes,		// can inline
}