diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-07-02 18:16:15 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-07-02 18:16:15 +0000 |
commit | b149e67a887edbe66c5159dcc09485862ff3cf55 (patch) | |
tree | 5be8990215f73919b29c461d86726e75001e7f07 /byterun/fix_code.h | |
parent | f9ca4fbbeb38d1c1979300f68a9e37b409eb4c7e (diff) |
Nouveau module Marshal dans stdlib
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1633 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index e6149b091..8027f0e4f 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -24,6 +24,7 @@ extern code_t start_code; extern asize_t code_size; extern unsigned char * saved_code; +extern char code_md5[16]; void load_code P((int fd, asize_t len)); void fixup_endianness P((code_t code, asize_t len)); |