summaryrefslogtreecommitdiff
path: root/depends/lua/include/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'depends/lua/include/bit.h')
-rw-r--r--depends/lua/include/bit.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/depends/lua/include/bit.h b/depends/lua/include/bit.h
deleted file mode 100644
index b75fdf05..00000000
--- a/depends/lua/include/bit.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef BIT_H
-#define BIT_H
-
-#define LUA_BITOP_VERSION "1.0.1"
-
-#define LUA_LIB
-#include "lua.h"
-#include "lauxlib.h"
-#ifdef __cplusplus
- extern "C" {
-#endif
-LUALIB_API int luaopen_bit(lua_State *L);
-#ifdef __cplusplus
- }
-#endif
-#endif // BIT_H
-