From d135b02a31b0ec84b61726a3d0aa7301b08a48ad Mon Sep 17 00:00:00 2001 From: mdenes Date: Sat, 6 Jul 2013 23:55:57 +0000 Subject: 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 --- kernel/nativecode.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/nativecode.mli') 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 -- cgit v1.2.3