summaryrefslogtreecommitdiffstats
path: root/byterun/exec.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-12-06 16:59:24 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-12-06 16:59:24 +0000
commit45a18236df62dba31d5365c60bf6548883291689 (patch)
treea42d3573133a22d2d65917b49bf7ee3f888d7bc6 /byterun/exec.h
parent870788858bcec587e88d1ce78fa81e34486420dd (diff)
Revu compilation du filtrage des variants. Ajout de la primitive Pisint et de l'instruction bytecode ISINT.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2669 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/exec.h')
-rw-r--r--byterun/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/exec.h b/byterun/exec.h
index 627570656..444f8548c 100644
--- a/byterun/exec.h
+++ b/byterun/exec.h
@@ -42,5 +42,5 @@ struct exec_trailer {
/* Magic number for this release */
-#define EXEC_MAGIC "Caml1999X004"
+#define EXEC_MAGIC "Caml1999X005"