summaryrefslogtreecommitdiff
path: root/cfrontend/Cexec.v
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/Cexec.v')
-rw-r--r--cfrontend/Cexec.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfrontend/Cexec.v b/cfrontend/Cexec.v
index f589fab..8253873 100644
--- a/cfrontend/Cexec.v
+++ b/cfrontend/Cexec.v
@@ -2087,3 +2087,10 @@ 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