`luacode.h` uses code not valid in C
KislyjKisel opened this issue · 2 comments
KislyjKisel commented
Here a default value is provided for a struct's field which is invalid in C. As I understand, this file is meant to be used as a C header.
vegorov-rbx commented
Yes, we are going to remove that initializer.
vegorov-rbx commented
Fixed in #1307