view lphobos/typeinfos.d @ 55:0ccfae271c45 trunk

[svn r59] Added support for C-style variadic functions. Currently only works on x86, x86-64 va_arg is broken in LLVM 2.1. PPC and PPC64 unknown. Updates to runtime. Rebuild!
author lindquist
date Wed, 24 Oct 2007 22:18:06 +0200
parents 06ccc817acd4
children
line wrap: on
line source

module typeinfos;

import
typeinfo.ti_byte,
typeinfo.ti_char,
typeinfo.ti_delegate,
typeinfo.ti_dchar,
typeinfo.ti_double,
typeinfo.ti_float,
typeinfo.ti_int,
typeinfo.ti_long,
typeinfo.ti_ptr,
typeinfo.ti_real,
typeinfo.ti_short,
typeinfo.ti_ubyte,
typeinfo.ti_uint,
typeinfo.ti_ulong,
typeinfo.ti_ushort,
typeinfo.ti_void,
typeinfo.ti_wchar;