From d7ca8ea57b3a189fae5d7f69693ca656e6deedae Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 24 Nov 2013 14:27:32 +0000 Subject: Moved Lua --- lua-5.1.4/src/lapi.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lua-5.1.4/src/lapi.h (limited to 'lua-5.1.4/src/lapi.h') diff --git a/lua-5.1.4/src/lapi.h b/lua-5.1.4/src/lapi.h deleted file mode 100644 index 2c3fab244..000000000 --- a/lua-5.1.4/src/lapi.h +++ /dev/null @@ -1,16 +0,0 @@ -/* -** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $ -** Auxiliary functions from Lua API -** See Copyright Notice in lua.h -*/ - -#ifndef lapi_h -#define lapi_h - - -#include "lobject.h" - - -LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o); - -#endif -- cgit v1.2.3