From f1df4fcf671ac0cdb4ddf51d2af20b3eb10af61e Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 31 Jan 2017 15:42:02 +0100 Subject: Typo in type of elab_char_constant Follow-up to commit 1df1830 --- cparser/Elab.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser/Elab.mli') diff --git a/cparser/Elab.mli b/cparser/Elab.mli index 839609b3..f701e8c5 100644 --- a/cparser/Elab.mli +++ b/cparser/Elab.mli @@ -20,6 +20,6 @@ val elab_file : Cabs.definition list -> C.program val elab_int_constant : Cabs.cabsloc -> string -> int64 * C.ikind val elab_float_constant : Cabs.floatInfo -> C.float_cst * C.fkind -val elab_char_constant : Cabs.cabsloc -> bool -> int64 list -> int64 * C.ikind +val elab_char_constant : Cabs.cabsloc -> bool -> int64 list -> int64 (* These auxiliary functions are exported so that they can be reused in other projects that deal with C-style source languages. *) -- cgit