luau-lang / luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://luau-lang.org
MIT License
3.79k stars 349 forks source link

`luacode.h` uses code not valid in C #1306

Closed KislyjKisel closed 4 days ago

KislyjKisel commented 1 week ago

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 1 week ago

Yes, we are going to remove that initializer.

vegorov-rbx commented 4 days ago

Fixed in #1307