X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2F_include.php;h=f918dab8390abb1d7069aae49c776756c690eb8b;hp=67a73ca8ed69d7eaf51c48f3b261463be87d32e7;hb=10e51aad0515e80adeb96a47776a2d80e62a98bc;hpb=585ba48b2f2f3e7413fae1d8bef93523c13f253e diff --git a/scripts/_include.php b/scripts/_include.php index 67a73ca..f918dab 100644 --- a/scripts/_include.php +++ b/scripts/_include.php @@ -31,8 +31,8 @@ function t_is_int($t) { function t_is_special($t) { switch ($t) { - case "INT128_T": - case "UINT128_T": + case "INT128": + case "UINT128": case "LONG_DOUBLE": return true; default: