lua: clean up host patch fuzz
Refresh host patches to match target changes from the commit
4e800716ac ("lua: clean up patch fuzz").
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/lvm.c
|
||||
+++ b/src/lvm.c
|
||||
@@ -284,7 +284,8 @@ int luaV_lessthan (lua_State *L, const T
|
||||
@@ -281,7 +281,8 @@ int luaV_lessthan (lua_State *L, const T
|
||||
else
|
||||
return luai_numlt( nvalue_fast(l), cast_num(ivalue(r)) );
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
return res;
|
||||
|
||||
return luaG_ordererror(L, l, r);
|
||||
@@ -322,7 +323,8 @@ static int lessequal (lua_State *L, cons
|
||||
@@ -319,7 +320,8 @@ static int lessequal (lua_State *L, cons
|
||||
else
|
||||
return luai_numle( nvalue_fast(l), cast_num(ivalue(r)) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user