luau-lang/luau

`luacode.h` uses code not valid in C

KislyjKisel opened this issue · 2 comments

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.

Yes, we are going to remove that initializer.

Fixed in #1307