https://issues.dlang.org/show_bug.cgi?id=24187

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #16 from Walter Bright <[email protected]> ---
Rename s2.i to s2.c and it will compile.

The reason is that .c files are first sent through the C preprocessor, which
automatically #include's importc.h, which contains the macro for _Float32.

--

Reply via email to