summaryrefslogtreecommitdiff
path: root/lua/local/lrexlib.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:13:25 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:37:52 +0300
commitd48e6c8380ebd1f8d4d4f2c80237dc1488da4721 (patch)
tree004158090fc80b15a620f2c960b0e029cad25835 /lua/local/lrexlib.h
parent23f6917b10b6579f39199e4cf831bb13fc596824 (diff)
downloadlibrpm-tizen-d48e6c8380ebd1f8d4d4f2c80237dc1488da4721.tar.gz
librpm-tizen-d48e6c8380ebd1f8d4d4f2c80237dc1488da4721.tar.bz2
librpm-tizen-d48e6c8380ebd1f8d4d4f2c80237dc1488da4721.zip
Start phasing out internal copy of Lua
- don't build internal copy of Lua - move 3rd party extensions (posix and rexlib) to toplevel luaext/ directory, built by default (unless --without-lua specified) - auto*foo checks for external Lua - minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1
Diffstat (limited to 'lua/local/lrexlib.h')
-rw-r--r--lua/local/lrexlib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/local/lrexlib.h b/lua/local/lrexlib.h
deleted file mode 100644
index 663c635ef..000000000
--- a/lua/local/lrexlib.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef LREXLIB_H
-#define LREXLIB_H
-
-int luaopen_rex(lua_State *L);
-
-#endif