aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend')
-rw-r--r--cfrontend/C2C.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index c17ce75a..0f2e3674 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -188,6 +188,10 @@ let builtins_generic = {
(* Ternary operator *)
builtin_ternary "uint" (TInt(IUInt, []));
builtin_ternary "ulong" (TInt(IULong, []));
+ builtin_ternary "int" (TInt(IInt, []));
+ builtin_ternary "long" (TInt(ILong, []));
+ builtin_ternary "double" (TFloat(FDouble, []));
+ builtin_ternary "float" (TFloat(FFloat, []));
(* Annotations *)
"__builtin_annot",