[Issue 6248] HTOD leaves out const when translating C headers

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6248

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

  Component|htod|tools

--


[Issue 6248] HTOD leaves out const when translating C headers

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6248


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX


--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-11-02 
06:04:03 PDT ---
We have better (cross-platform) tools for .h conversion, not gonna wait for
Walter.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6248] HTOD leaves out const when translating C headers

2011-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6248


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 CC||yebbl...@gmail.com


--- Comment #1 from yebblies yebbl...@gmail.com 2011-07-05 12:45:43 EST ---
This is because there is only one version of htod, for D1 and D2, and D1 does
not have const.  I think the fix would be for htod to emit 'in' instead of
const in C function prototypes.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---