digitalmars.D.bugs - Incorrect module names
- Derek Parnell (20/20) Feb 28 2005 The following files either have no module name specified, or a wrong one...
The following files either have no module name specified, or a wrong one. std\uni.d has "module uni;" should be "module std.uni;" std\c\stddef.d has nothing specified. should be "module std.c.stddef;" std\c\math.d has nothing specified. should be "module std.c.math;" There is also an linker issue with the definition ... wchar_t putwc(wchar_t c, FILE *fp) { return fputwc(c, fp); } found in stc\c\stdio.d The linker (when compiling phobos) reports ... C:\DPARNELL\dm\bin\..\lib\SNN.lib(fputwc) Offset 09B94H Record Type 00C3 Error 1: Previous Definition Different : _putwc -- Derek Melbourne, Australia 1/03/2005 4:14:40 PM
Feb 28 2005