aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cexec.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-06 07:20:25 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-06 07:20:25 +0000
commitc72b9a5bf321bfc05419eae50a5a27be03739bda (patch)
tree52a288695f218236425c1f03026524296116cd8a /cfrontend/Cexec.v
parent1d4ca9226236135526d095a8c575571a297cfcb7 (diff)
downloadcompcert-kvx-c72b9a5bf321bfc05419eae50a5a27be03739bda.tar.gz
compcert-kvx-c72b9a5bf321bfc05419eae50a5a27be03739bda.zip
Revert unintentional commit #1955
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1957 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cexec.v')
-rw-r--r--cfrontend/Cexec.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/cfrontend/Cexec.v b/cfrontend/Cexec.v
index 8253873b..f589fab3 100644
--- a/cfrontend/Cexec.v
+++ b/cfrontend/Cexec.v
@@ -2087,10 +2087,3 @@ Definition at_final_state (S: state): option int :=
| Returnstate (Vint r) Kstop m => Some r
| _ => None
end.
-
-(*
-*** Local Variables: ***
-*** coq-prog-name: "/usr/local/bin/coqtop" ***
-*** coq-prog-args: ("-emacs-U" "-I" "../lib" "-I" "../common" "-I" "../cfrontend" "-I" "../backend") ***
-*** End: ***
-*) \ No newline at end of file