view lphobos/phobos.d @ 101:169fda3a77d4 trunk

[svn r105] -inline does nothing for now, the -On setting can already be used to trigger it. Fixed a rare bug in AddrExp.
author lindquist
date Fri, 16 Nov 2007 10:01:24 +0100
parents ccca1c13e13a
children 288fe1029e1f
line wrap: on
line source

module phobos;

import
std.array,
std.ctype,
std.intrinsic,
std.moduleinit,
std.outofmemory,
std.stdint,
std.stdio,
std.stdarg,
std.uni,
std.utf,

std.c.fenv,
std.c.locale,
std.c.math,
std.c.process,
std.c.stdarg,
std.c.stddef,
std.c.stdio,
std.c.stdlib,
std.c.string,
std.c.time;

version(linux) {
    import
    std.c.linux.linux,
    std.c.linux.linuxextern,
    std.c.linux.pthread,
    std.c.linux.socket;
}