[sys] Use tailless INT64_C macro

I guess I missed the non-internal version when searching for it before.
This commit is contained in:
Bill Currie 2022-01-06 22:27:42 +09:00
parent 1cb35b1fe3
commit aee31a8be5

View file

@ -431,7 +431,7 @@ Sys_LongTime (void)
VISIBLE int64_t
Sys_TimeBase (void)
{
return __INT64_C (4294967296000000);
return INT64_C (4294967296000000);
}
VISIBLE double