Skip to content

v1.3.0

Choose a tag to compare

@tilkinsc tilkinsc released this 25 Jun 19:13
· 87 commits to main since this release

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

switch (status)
{
  case LUA_ERRERR:
    break;
}