florian 3551f6d731 Add luaexpat, patch from OrazioPirataDelloSpazio
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-15 13:50:18 +00:00

14 lines
350 B
C

/*
** 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