[Issue 403] std.c.linux.linux does not import std.c.unix.unix in a useful way
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 5 23:48:18 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=403
------- Comment #1 from afb at algonet.se 2006-10-06 01:48 -------
It should also be changed to import gcc.configunix instead,
just like std.c.darwin.darwin (for Darwin/Mac OS X) does:
module std.c.linux.linux;
public import gcc.configunix;
//... and the rest of the DMD compatibility imports too ...
--
More information about the D.gnu
mailing list