about summary refs log tree commit diff stats
path: root/etc/lua.hpp
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-07 10:09:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-07 10:09:27 -0800
commit1f3ed8210d45b035a8f76185587f97e147fc7402 (patch)
treeda907b4c8aef4e26e84d0ec4b7ab3a827cdb57ad /etc/lua.hpp
parent2b7ffea31612c16ab16735f6806195ab471ae409 (diff)
downloadteliva-1f3ed8210d45b035a8f76185587f97e147fc7402.tar.gz
delete some Lua 5.1 things
These are likely to suffer bitrot.
Diffstat (limited to 'etc/lua.hpp')
-rw-r--r--etc/lua.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/lua.hpp b/etc/lua.hpp
deleted file mode 100644
index ec417f5..0000000
--- a/etc/lua.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// lua.hpp
-// Lua header files for C++
-// <<extern "C">> not supplied automatically because Lua also compiles as C++
-
-extern "C" {
-#include "lua.h"
-#include "lualib.h"
-#include "lauxlib.h"
-}