don't force manual edit of config.h for Lua 5.3.6 and earlier

This commit is contained in:
nhmall
2022-05-19 19:22:43 -04:00
parent 629b5d67a9
commit 29236fc22d

View File

@@ -5,6 +5,12 @@
#include "hack.h"
#include "dlb.h"
#ifndef LUA_VERSION_RELEASE_NUM
#ifdef NHL_SANDBOX
#undef NHL_SANDBOX
#endif
#endif
#ifdef NHL_SANDBOX
#include <setjmp.h>
#endif