aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Ctypes.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-09-18 17:07:29 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-09-18 17:07:29 +0200
commitdb0a62a01bbf90617701b68917319767159bf039 (patch)
tree60dfb14e60ff253afb3c9d56c6ed88e58bdfab72 /cfrontend/Ctypes.v
parent469badb1eb88b187ff39c9847b3b2316225fd421 (diff)
downloadcompcert-kvx-db0a62a01bbf90617701b68917319767159bf039.tar.gz
compcert-kvx-db0a62a01bbf90617701b68917319767159bf039.zip
Ctypes.composite_of_def: make sure it computes within Coq.
(Suggested by A. Appel.)
Diffstat (limited to 'cfrontend/Ctypes.v')
-rw-r--r--cfrontend/Ctypes.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfrontend/Ctypes.v b/cfrontend/Ctypes.v
index a555f792..1f55da7f 100644
--- a/cfrontend/Ctypes.v
+++ b/cfrontend/Ctypes.v
@@ -802,13 +802,13 @@ Program Definition composite_of_def
Next Obligation.
apply Zle_ge. eapply Zle_trans. eapply sizeof_composite_pos.
apply align_le; apply alignof_composite_pos.
-Qed.
+Defined.
Next Obligation.
apply align_attr_two_p. apply alignof_composite_two_p.
-Qed.
+Defined.
Next Obligation.
apply align_divides. apply alignof_composite_pos.
-Qed.
+Defined.
(** The composite environment for a program is obtained by entering
its composite definitions in sequence. The definitions are assumed