Skip to content

v1.3.0

Compare
Choose a tag to compare
@tilkinsc tilkinsc released this 25 Jun 19:13
· 63 commits to main since this release

Fixes not being able to use LUA_* as constants in switch expressions.

switch (status)
{
  case LUA_ERRERR:
    break;
}