X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2F_include.php;h=f918dab8390abb1d7069aae49c776756c690eb8b;hp=67a73ca8ed69d7eaf51c48f3b261463be87d32e7;hb=b0fdc1f1b8ae5ec4d3f47741b523fa6a60ae32bb;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e 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: