haskell / hsc2hs

Pre-processor for .hsc files
http://hackage.haskell.org/package/hsc2hs
Other
38 stars 23 forks source link

#type should support pointer types #65

Open TerrorJack opened 2 years ago

TerrorJack commented 2 years ago

Currently, #type only supports detecting integral and floating-point types in C. A pointer type will be mistakenly detected as a floating-point type. If no objections, I can put up a PR to fix this.