From b3c4f46179ed5b27ca76a824f8730fa50dbaae0b Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 16 Apr 2012 20:41:48 +0800 Subject: merged lua_typerrror.{c,h} into auxiliar.{c,h} --- src/lua_typeerror.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/lua_typeerror.h (limited to 'src/lua_typeerror.h') diff --git a/src/lua_typeerror.h b/src/lua_typeerror.h deleted file mode 100644 index 4f2aafd..0000000 --- a/src/lua_typeerror.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef LUA_TYPEERROR_H_ -#define LUA_TYPEERROR_H_ - -struct lua_State; -int luaL_typeerror (struct lua_State *L, int narg, const char *tname); - -#endif -- cgit v1.2.3-55-g6feb