From 6c0511a03c8c970435d8b97e600312ac45340801 Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 5 Sep 2006 12:32:59 +0000 Subject: Revu traitement des variables globales dans AST.program et dans Globalenvs. Adaptation frontend, backend en consequence. Integration passe C -> C#minor dans common/Main.v. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@77 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/LTL.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/LTL.v') diff --git a/backend/LTL.v b/backend/LTL.v index f20ba3f..0dc9702 100644 --- a/backend/LTL.v +++ b/backend/LTL.v @@ -64,7 +64,7 @@ Record function: Set := mkfunction { Definition fundef := AST.fundef function. -Definition program := AST.program fundef. +Definition program := AST.program fundef unit. Definition funsig (fd: fundef) := match fd with -- cgit v1.2.3