aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 11:12:41 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 11:12:41 +0000
commit7cfac339e486508d819851d49e45d0324f56a426 (patch)
treee14b548b98c6aa67ef5a284f570761e84aad38e7
parent4ccd72377518d0a2a64c85e765ebace995f60a56 (diff)
downloadcompcert-7cfac339e486508d819851d49e45d0324f56a426.tar.gz
compcert-7cfac339e486508d819851d49e45d0324f56a426.zip
Typo
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1293 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-rw-r--r--cfrontend/C2Clight.ml1
1 files changed, 0 insertions, 1 deletions
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