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

Make sure in c2hsc that we never omit a name twice #18

Open jwiegley opened 10 years ago

jwiegley commented 10 years ago

Right now I'm depending on the correctness of the C code to ensure this doesn't happen, but it would provide us with an additional check.