update stuff

This commit is contained in:
Maieul BOYER 2024-02-08 18:49:19 +01:00
parent ebf62307e6
commit 9752ce84fb
No known key found for this signature in database
8 changed files with 375 additions and 16 deletions

View file

@ -45,7 +45,7 @@ replace.C__TYPE__ = "t_i64"
replace.C__UNSIGNED_TYPE__ = "t_u64"
replace.C__PREFIX__ = "i64"
replace.C__MAX__ = "9223372036854775807ll"
replace.C__MIN__ = "-9223372036854775808ll"
replace.C__MIN__ = "-(~9223372036854775807ll + 1)"
replace.C__ZERO__ = "0ll"
replace.C__SIGNED_TYPE__ = "true"