BindBC / bindbc-lua

Static & dynamic D bindings to the C API of Lua, compatible with BetterC, @nogc, and nothrow.
Boost Software License 1.0
17 stars 5 forks source link

`lua_Reader` had wrong signature #14

Closed ZILtoid1991 closed 2 years ago

ZILtoid1991 commented 2 years ago

There was a minor issue with how the function pointer type of lua_Reader was implemented. I fixed it in all supported versions.

mdparker commented 2 years ago

Thanks!