summaryrefslogtreecommitdiff
path: root/bytecomp/emitcode.mli
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:01:21 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:01:21 +0000
commit457958a9e6ed855935beeea8720e854049864503 (patch)
treef8a9dbad4fae58a7d65a162a294883ce5697afc4 /bytecomp/emitcode.mli
parentb6500cc2a4ab8a50565247976da0ce17b3940587 (diff)
downloadocaml-457958a9e6ed855935beeea8720e854049864503.tar.gz
Add reset functions to make modules reentrant when used through compiler-libs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14770 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/emitcode.mli')
-rw-r--r--bytecomp/emitcode.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecomp/emitcode.mli b/bytecomp/emitcode.mli
index 729a53764b..ee0bccbf0d 100644
--- a/bytecomp/emitcode.mli
+++ b/bytecomp/emitcode.mli
@@ -36,3 +36,5 @@ val to_packed_file:
list of instructions to emit
Result:
relocation information (reversed) *)
+
+val reset: unit -> unit