aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Ceval.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-10-25 08:07:02 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-10-25 08:07:02 +0000
commit4489091cae922592f67bcc4b874856c76ca71b0c (patch)
tree4d9be82ae76c448b975eff38524680ab32072152 /cparser/Ceval.mli
parent014c59b41e554f8294f184244402e285a143c794 (diff)
downloadcompcert-kvx-4489091cae922592f67bcc4b874856c76ca71b0c.tar.gz
compcert-kvx-4489091cae922592f67bcc4b874856c76ca71b0c.zip
Revise parsing of character constants for conformance with ISO C 99.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2352 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Ceval.mli')
-rw-r--r--cparser/Ceval.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Ceval.mli b/cparser/Ceval.mli
index c7f7aa8e..7425a332 100644
--- a/cparser/Ceval.mli
+++ b/cparser/Ceval.mli
@@ -15,3 +15,4 @@
val integer_expr : Env.t -> C.exp -> int64 option
val constant_expr : Env.t -> C.typ -> C.exp -> C.constant option
+val normalize_int : int64 -> C.ikind -> int64