summaryrefslogtreecommitdiff
path: root/src/lua.hpp
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-08 19:49:20 +0100
committerMike Pall <mike>2009-12-08 19:49:20 +0100
commit1d1fed48a002dfc0919135911057ebc255a53e0a (patch)
treec5c6643908374bb8f02f4c7691332d32f6645986 /src/lua.hpp
parent55b16959717084884fd4a0cbae6d19e3786c20c7 (diff)
downloadluajit2-1d1fed48a002dfc0919135911057ebc255a53e0a.tar.gz
RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2
Diffstat (limited to 'src/lua.hpp')
-rw-r--r--src/lua.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lua.hpp b/src/lua.hpp
index ec417f59..07e9002d 100644
--- a/src/lua.hpp
+++ b/src/lua.hpp
@@ -1,9 +1,9 @@
-// lua.hpp
-// Lua header files for C++
-// <<extern "C">> not supplied automatically because Lua also compiles as C++
+// C++ wrapper for LuaJIT header files.
extern "C" {
#include "lua.h"
-#include "lualib.h"
#include "lauxlib.h"
+#include "lualib.h"
+#include "luajit.h"
}
+