jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Fixed generated names with a dash is present #14

Closed cap11235 closed 10 years ago

cap11235 commented 10 years ago

If applied to a file named "t-t.h", c2hsc will generate a module named "T-t", which is not a valid module name. This changes that to generate "TT", which is.