feat(lua): make sure require'bit' always works, even with PUC lua 5.1

This commit is contained in:
bfredl
2022-11-28 22:43:10 +01:00
parent 09b6a68c37
commit 799edca18a
9 changed files with 241 additions and 4 deletions

3
src/bit.h Normal file
View File

@@ -0,0 +1,3 @@
#include <lua.h>
int luaopen_bit(lua_State *L);