diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2012-04-16 20:41:48 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2012-04-16 20:41:48 +0800 |
commit | b3c4f46179ed5b27ca76a824f8730fa50dbaae0b (patch) | |
tree | b5056d95f3307c49d942262387bba2ec3c949451 /src/lua_typeerror.h | |
parent | 4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc (diff) | |
download | luasocket-b3c4f46179ed5b27ca76a824f8730fa50dbaae0b.tar.gz luasocket-b3c4f46179ed5b27ca76a824f8730fa50dbaae0b.tar.bz2 luasocket-b3c4f46179ed5b27ca76a824f8730fa50dbaae0b.zip |
merged lua_typerrror.{c,h} into auxiliar.{c,h}
Diffstat (limited to 'src/lua_typeerror.h')
-rw-r--r-- | src/lua_typeerror.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ | |||
1 | #ifndef LUA_TYPEERROR_H_ | ||
2 | #define LUA_TYPEERROR_H_ | ||
3 | |||
4 | struct lua_State; | ||
5 | int luaL_typeerror (struct lua_State *L, int narg, const char *tname); | ||
6 | |||
7 | #endif | ||