summaryrefslogtreecommitdiff
path: root/src/cat/LuaBit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/LuaBit.cpp')
-rw-r--r--src/cat/LuaBit.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cat/LuaBit.cpp b/src/cat/LuaBit.cpp
index c55f45a..9807441 100644
--- a/src/cat/LuaBit.cpp
+++ b/src/cat/LuaBit.cpp
@@ -1,3 +1,4 @@
+#ifdef LUACONSOLE
/*
** Lua BitOp -- a bit operations library for Lua 5.1/5.2.
** http://bitop.luajit.org/
@@ -189,4 +190,4 @@ int luaopen_bit(lua_State *L)
#endif
return 1;
}
-
+#endif \ No newline at end of file