]> git.draconx.ca Git - dxcommon.git/commit
pack: Fix 64-bit tests on old HP cc.
authorNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 20:45:20 +0000 (15:45 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:56 +0000 (16:39 -0500)
commit6d497f0c19fc62ec9601cd50f4319a823dcdf29b
treeaf18a896d30f0bb82810923e4bfe0b12f10cb43c
parentb97ef4ca7edf933b4ec0a56fdad7d55d147598e9
pack: Fix 64-bit tests on old HP cc.

At least some versions of the HP compiler appear to require "ll" suffix,
otherwise the decimal constants end up as a 32-bit type.
t/packtests.c
t/packtests64.c
t/packtestu.c
t/packtestu64.c