From d520510710146fba42d5e545315a98363f121758 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 23 Feb 2014 15:03:00 +0000 Subject: Update clightgen for CompCert 2.2. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2417 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- exportclight/Clightdefs.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exportclight/Clightdefs.v') diff --git a/exportclight/Clightdefs.v b/exportclight/Clightdefs.v index 246e12c..28d0cc8 100644 --- a/exportclight/Clightdefs.v +++ b/exportclight/Clightdefs.v @@ -49,7 +49,7 @@ Definition tattr (a: attr) (ty: type) := | Tfloat sz _ => Tfloat sz a | Tpointer elt _ => Tpointer elt a | Tarray elt sz _ => Tarray elt sz a - | Tfunction args res => Tfunction args res + | Tfunction args res cc => Tfunction args res cc | Tstruct id fld _ => Tstruct id fld a | Tunion id fld _ => Tunion id fld a | Tcomp_ptr id _ => Tcomp_ptr id a -- cgit v1.2.3