aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativecode.mli
diff options
context:
space:
mode:
authorGravatar mdenes <mdenes@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-06 23:55:57 +0000
committerGravatar mdenes <mdenes@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-06 23:55:57 +0000
commitd135b02a31b0ec84b61726a3d0aa7301b08a48ad (patch)
tree64779e6811d76df70a8c07738756f4e825dde031 /kernel/nativecode.mli
parent931bd73212b0095d8c50e0355ee66faa32bf8db6 (diff)
Fixing a bug in the native compiler, introduced by r16363, leading to undefined
variables in the generated code. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16619 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/nativecode.mli')
-rw-r--r--kernel/nativecode.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/nativecode.mli b/kernel/nativecode.mli
index 9e35dbd1b..5d8ae96f0 100644
--- a/kernel/nativecode.mli
+++ b/kernel/nativecode.mli
@@ -44,6 +44,8 @@ type code_location_update
type code_location_updates
type linkable_code = global list * code_location_updates
+val clear_global_tbl : unit -> unit
+
val empty_updates : code_location_updates
val register_native_file : string -> unit