aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/lua/src/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lua/src/ldo.h')
-rw-r--r--third_party/lua/src/ldo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/lua/src/ldo.h b/third_party/lua/src/ldo.h
index 27b837d999..3bae88eaf7 100644
--- a/third_party/lua/src/ldo.h
+++ b/third_party/lua/src/ldo.h
@@ -43,4 +43,3 @@ LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
#endif
-