just predefine stdc inttypes
[m6w6/ext-psi] / src / libjit.c
index 7c4819121869af2e6695947b025ce16bfb81b287..ceafb3184c438f5f7f626e852b351df0324e9224 100644 (file)
@@ -60,11 +60,8 @@ static inline jit_type_t psi_jit_token_type(token_t t)
                return jit_type_ulong;
        case PSI_T_BOOL:
                return jit_type_sys_bool;
-       case PSI_T_INT:
        case PSI_T_ENUM:
                return jit_type_sys_int;
-       case PSI_T_LONG:
-               return jit_type_sys_long;
        case PSI_T_FLOAT:
                return jit_type_sys_float;
        case PSI_T_DOUBLE: