summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luasocket/src/compat.h.orig
blob: 7bf8010ea85ae63950a8073ddbff2c59ce8b8782 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COMPAT_H
#define COMPAT_H

#include "lua.h"
#include "lauxlib.h"

#if LUA_VERSION_NUM==501
void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup);
#endif

#endif