Module Name: src
Committed By: nikita
Date: Fri Apr 21 17:48:07 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldo.h
Log Message:
lua: fix formating diff to upstream in ldo.h
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/dist/src/ldo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/lua/dist/src/ldo.h
diff -u src/external/mit/lua/dist/src/ldo.h:1.10 src/external/mit/lua/dist/src/ldo.h:1.11
--- src/external/mit/lua/dist/src/ldo.h:1.10 Sun Apr 16 20:46:17 2023
+++ src/external/mit/lua/dist/src/ldo.h Fri Apr 21 17:48:06 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: ldo.h,v 1.10 2023/04/16 20:46:17 nikita Exp $ */
+/* $NetBSD: ldo.h,v 1.11 2023/04/21 17:48:06 nikita Exp $ */
/*
** Id: ldo.h
@@ -60,7 +60,8 @@ LUAI_FUNC int luaD_protectedparser (lua_
LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
int fTransfer, int nTransfer);
LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
-LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1, int delta);
+LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func,
+ int narg1, int delta);
LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);