Change to macro 'LUAI_TRY'

The call to 'f' is done by the macro, to give it more flexibility.
This commit is contained in:
Roberto Ierusalimschy
2024-11-25 15:47:08 -03:00
parent 50c7c915ee
commit 682efe2678
2 changed files with 7 additions and 8 deletions

View File

@@ -766,6 +766,7 @@ if not _port then
assert((v[3] == nil and z > 0) or v[3] == z)
end
end
print("(done)")
end