view lphobos/typeinfos1.d @ 1618:a87f1d6ff48e

Merge DMD r303: harmonize --- dmd/expression.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++----- dmd/expression.h | 8 +++++ dmd/template.c | 27 ++++++++++++------- 3 files changed, 95 insertions(+), 18 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents 3efbcc81ba45
children
line wrap: on
line source

module typeinfos1;

import
typeinfo1.ti_byte,
typeinfo1.ti_cdouble,
typeinfo1.ti_cfloat,
typeinfo1.ti_char,
typeinfo1.ti_creal,
typeinfo1.ti_dchar,
typeinfo1.ti_delegate,
typeinfo1.ti_double,
typeinfo1.ti_float,
typeinfo1.ti_idouble,
typeinfo1.ti_ifloat,
typeinfo1.ti_int,
typeinfo1.ti_ireal,
typeinfo1.ti_long,
typeinfo1.ti_ptr,
typeinfo1.ti_real,
typeinfo1.ti_short,
typeinfo1.ti_ubyte,
typeinfo1.ti_uint,
typeinfo1.ti_ulong,
typeinfo1.ti_ushort,
typeinfo1.ti_void,
typeinfo1.ti_wchar;