X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2F_include.php;h=67a73ca8ed69d7eaf51c48f3b261463be87d32e7;hp=acd539b362026f42409119961a57504440c758dc;hb=c9384515a81cb64d345b299908b2852f51bb8e6e;hpb=b029005e56a8913fbb3d17ab497b4a37a00a211c diff --git a/scripts/_include.php b/scripts/_include.php index acd539b..67a73ca 100644 --- a/scripts/_include.php +++ b/scripts/_include.php @@ -12,6 +12,8 @@ $types = [ "UINT32" => "u32", "INT64" => "i64", "UINT64" => "u64", + "INT128" => "i128", + "UINT128" => "u128", "FLOAT" => "fval", "DOUBLE" => "dval", "LONG_DOUBLE" => "ldval", @@ -29,6 +31,8 @@ function t_is_int($t) { function t_is_special($t) { switch ($t) { + case "INT128_T": + case "UINT128_T": case "LONG_DOUBLE": return true; default: