jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

Module with syntax error generated (rdkafka) #240

Open andre2007 opened 5 years ago

andre2007 commented 5 years ago

For rdkafka.h (https://github.com/edenhill/librdkafka/archive/v1.1.0.zip) this coding is generated

extern (C):

/import core.stdc.stdio;
import core.sys.posix.sys.socket;

* Restore indent */

While fails due to the /import.

Ubuntu 18.04 with llvm-7, clang-7 dstep v1.0.0