summaryrefslogtreecommitdiff
path: root/src/lj_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_err.h')
-rw-r--r--src/lj_err.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lj_err.h b/src/lj_err.h
index aabbf490..69ede6d6 100644
--- a/src/lj_err.h
+++ b/src/lj_err.h
@@ -1,5 +1,5 @@
1/* 1/*
2** Error handling and debugging support. 2** Error handling.
3** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
@@ -38,7 +38,4 @@ LJ_FUNC_NORET void lj_err_argv(lua_State *L, int narg, ErrMsg em, ...);
38LJ_FUNC_NORET void lj_err_argtype(lua_State *L, int narg, const char *xname); 38LJ_FUNC_NORET void lj_err_argtype(lua_State *L, int narg, const char *xname);
39LJ_FUNC_NORET void lj_err_argt(lua_State *L, int narg, int tt); 39LJ_FUNC_NORET void lj_err_argt(lua_State *L, int narg, int tt);
40 40
41LJ_FUNC void lj_err_pushloc(lua_State *L, GCproto *pt, BCPos pc);
42LJ_FUNC cTValue *lj_err_getframe(lua_State *L, int level, int *size);
43
44#endif 41#endif