aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cutil.mli')
-rw-r--r--cparser/Cutil.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cutil.mli b/cparser/Cutil.mli
index 0de0c827..309981be 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -153,7 +153,7 @@ val ptrdiff_t_ikind : ikind
(* Helpers for type-checking *)
-val type_of_constant : constant -> typ
+val type_of_constant : Env.t -> constant -> typ
(* Return the type of the given constant. *)
val type_of_member : Env.t -> field -> typ
(* Return the type of accessing the given field [fld].