aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/C2C.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/C2C.ml')
-rw-r--r--cfrontend/C2C.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index 1ab38a2b..c17ce75a 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -187,6 +187,7 @@ let builtins_generic = {
false);
(* Ternary operator *)
builtin_ternary "uint" (TInt(IUInt, []));
+ builtin_ternary "ulong" (TInt(IULong, []));
(* Annotations *)
"__builtin_annot",