[latex3-commits] [git/LaTeX3-latex3-hyperref] main: force 0 return value in checkint_hook (a7c3242)

David Carlisle d.p.carlisle at gmail.com
Mon Feb 21 13:04:46 CET 2022


Repository : https://github.com/latex3/hyperref
On branch  : main
Link       : https://github.com/latex3/hyperref/commit/a7c3242ac751573a8808893c1446670e08b4af51

>---------------------------------------------------------------

commit a7c3242ac751573a8808893c1446670e08b4af51
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Mon Feb 21 12:04:46 2022 +0000

    force 0 return value in checkint_hook


>---------------------------------------------------------------

a7c3242ac751573a8808893c1446670e08b4af51
 build.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.lua b/build.lua
index 3c22653..f24bb2a 100644
--- a/build.lua
+++ b/build.lua
@@ -100,6 +100,7 @@ pipe:close()
 if (dvipdfmxversion <= 20200315) then
 excludetests={"unicode-test","87-pdfversion"}
 end
+return 0
 end
 
 





More information about the latex3-commits mailing list.