From 9a7dd0a0770178529c704c08bc446e3533b1f3e5 Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Wed, 4 Nov 2015 22:32:11 +0100 Subject: Outsourced all libraries into submodules --- lib/luaexpat | 1 + lib/luaexpat/lxplib.h | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) create mode 160000 lib/luaexpat delete mode 100644 lib/luaexpat/lxplib.h (limited to 'lib/luaexpat/lxplib.h') diff --git a/lib/luaexpat b/lib/luaexpat new file mode 160000 index 000000000..e88c2efe9 --- /dev/null +++ b/lib/luaexpat @@ -0,0 +1 @@ +Subproject commit e88c2efe972bdb1e882ab31dae633a6f39b24c8e diff --git a/lib/luaexpat/lxplib.h b/lib/luaexpat/lxplib.h deleted file mode 100644 index 4c7084c46..000000000 --- a/lib/luaexpat/lxplib.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -** See Copyright Notice in license.html -*/ - -#define ParserType "Expat" - -#define StartCdataKey "StartCdataSection" -#define EndCdataKey "EndCdataSection" -#define CharDataKey "CharacterData" -#define CommentKey "Comment" -#define DefaultKey "Default" -#define DefaultExpandKey "DefaultExpand" -#define StartElementKey "StartElement" -#define EndElementKey "EndElement" -#define ExternalEntityKey "ExternalEntityRef" -#define StartNamespaceDeclKey "StartNamespaceDecl" -#define EndNamespaceDeclKey "EndNamespaceDecl" -#define NotationDeclKey "NotationDecl" -#define NotStandaloneKey "NotStandalone" -#define ProcessingInstructionKey "ProcessingInstruction" -#define UnparsedEntityDeclKey "UnparsedEntityDecl" -#define StartDoctypeDeclKey "StartDoctypeDecl" -#define XmlDeclKey "XmlDecl" - -int luaopen_lxp (lua_State *L); -- cgit v1.2.3