From 7cfac339e486508d819851d49e45d0324f56a426 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 28 Mar 2010 11:12:41 +0000 Subject: Typo git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1293 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- cfrontend/C2Clight.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/cfrontend/C2Clight.ml b/cfrontend/C2Clight.ml index 1be7aaea..fe026003 100644 --- a/cfrontend/C2Clight.ml +++ b/cfrontend/C2Clight.ml @@ -771,7 +771,6 @@ let rec type_is_readonly env t = match Cutil.unroll env t with | C.TArray(t', _, _) -> type_is_readonly env t' | _ -> false - end let atom_is_static a = try -- cgit