mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Copy luaexpat package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
Steven Barth
parent
9b3a76017c
commit
2576665677
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
** Compat-5.1
|
||||
** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/compat/)
|
||||
** $Id: compat-5.1.h,v 1.8 2006/02/20 21:12:47 carregal Exp $
|
||||
*/
|
||||
|
||||
#ifndef COMPAT_H
|
||||
|
||||
LUALIB_API void luaL_module(lua_State *L, const char *libname,
|
||||
const luaL_reg *l, int nup);
|
||||
#define luaL_openlib luaL_module
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user