X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2F_include.php;h=f6604eb34d9577657af305c487ecde0c44d496fd;hp=acd539b362026f42409119961a57504440c758dc;hb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890;hpb=52ed5940ed0ab3cafd36fbded2e83c92563e7b2b diff --git a/scripts/_include.php b/scripts/_include.php index acd539b..f6604eb 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": + case "UINT128": case "LONG_DOUBLE": return true; default: @@ -62,7 +66,6 @@ function t_is_special($t) { OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -#include "php_psi_stdinc.h" #include #include "token.h" \ No newline at end of file