summaryrefslogtreecommitdiff
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2012-03-13 14:50:41 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2012-03-13 14:50:41 +0000
commit4e5eb94ed9822d5d6051b11ce3bb2c83450cbdce (patch)
treef018cf1ac332069274f227400525a22ef58adeb8 /byterun/fix_code.h
parente50091b8e720e76fa7ed9fa0940335b4c9b24ff1 (diff)
downloadocaml-4e5eb94ed9822d5d6051b11ce3bb2c83450cbdce.tar.gz
PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12229 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
index fb47b6c4dd..d0887c0385 100644
--- a/byterun/fix_code.h
+++ b/byterun/fix_code.h
@@ -26,7 +26,6 @@
extern code_t caml_start_code;
extern asize_t caml_code_size;
extern unsigned char * caml_saved_code;
-extern unsigned char caml_code_md5[16];
void caml_load_code (int fd, asize_t len);
void caml_fixup_endianness (code_t code, asize_t len);