diff options
author | Elliott Slaughter <elliottslaughter@gmail.com> | 2020-04-16 09:43:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 13:43:59 -0300 |
commit | 708fed20d013e69fd79d80f0b59a45a25eed3a00 (patch) | |
tree | c39f89eb8f32c810df38cf1f6d00c140d69f06d1 /win32 | |
parent | 67ea6328e567fd224e7cd8ed23f55571928d7e1b (diff) | |
download | luarocks-708fed20d013e69fd79d80f0b59a45a25eed3a00.tar.gz luarocks-708fed20d013e69fd79d80f0b59a45a25eed3a00.tar.bz2 luarocks-708fed20d013e69fd79d80f0b59a45a25eed3a00.zip |
Avoid uninitialized variable check, for Terra compatibility (#1182)
This patch is required to support for Terra, a language embedded in Lua/LuaJIT with support for JITing high-performance code.
The only change here is that Terra uses a strict mode by default, so the attempt to access an undefined global has be wrapped in pcall to make it safe.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions