summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:28:31 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:28:31 +0000
commitd7f93706ae462b9f27de36d80805fcca11a61692 (patch)
tree747fc1cc7907f9cb7bd1483409e0997b30cf075d /byterun/fix_code.h
parent2f183944fe0c296ee7671cd99dfe0562d244b3fa (diff)
Nettoyage des types de code_checksum
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1679 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
index 8027f0e4f..62131815a 100644
--- a/byterun/fix_code.h
+++ b/byterun/fix_code.h
@@ -24,7 +24,7 @@
extern code_t start_code;
extern asize_t code_size;
extern unsigned char * saved_code;
-extern char code_md5[16];
+extern unsigned char code_md5[16];
void load_code P((int fd, asize_t len));
void fixup_endianness P((code_t code, asize_t len));