Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/lua/dist/src lua: fix formating diff to upstrea...
details: https://anonhg.NetBSD.org/src/rev/c15e2de12082
branches: trunk
changeset: 374370:c15e2de12082
user: nikita <nikita%NetBSD.org@localhost>
date: Fri Apr 21 17:48:06 2023 +0000
description:
lua: fix formating diff to upstream in ldo.h
diffstat:
external/mit/lua/dist/src/ldo.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0f8d8884f493 -r c15e2de12082 external/mit/lua/dist/src/ldo.h
--- a/external/mit/lua/dist/src/ldo.h Fri Apr 21 17:35:43 2023 +0000
+++ b/external/mit/lua/dist/src/ldo.h Fri Apr 21 17:48:06 2023 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index