13
0

make superclock_t signed, to match signedness of int62_t

This commit is contained in:
Paul Davis 2020-08-03 14:02:36 -06:00
parent 709df7a08f
commit 35d0519109

View File

@ -25,7 +25,7 @@
namespace Temporal {
typedef uint64_t superclock_t;
typedef int64_t superclock_t;
extern superclock_t superclock_ticks_per_second;