view dmd/ILS.d @ 160:ff61fb0e06ae

RTLSYM update
author korDen
date Mon, 20 Sep 2010 01:18:05 +0400
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.ILS;

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