[Issue 6237] New: htod generates invalid module name and declaration
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 1 21:47:21 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6237
Summary: htod generates invalid module name and declaration
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: htod
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-07-01 21:42:22 PDT ---
E.g.:
htod cairo-win32.h
generates cairo-win32.d
This won't compile.
I think a safe option would be to convert to underscores:
cairo_win32.d
and also do the same for the module declaration in the file.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list