summaryrefslogtreecommitdiff
path: root/byterun/compact.c
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-11-13 13:16:15 +0000
committerAlain Frisch <alain@frisch.fr>2013-11-13 13:16:15 +0000
commita51080b15a02385abbd3ebf68905a85be1df88aa (patch)
tree6220a61942d01f1e0c552462eb159ca486563e25 /byterun/compact.c
parent632d7e20a39607802108f9454a5ff5ae091b68ae (diff)
downloadocaml-raise_variants.tar.gz
No need for caml_init_exceptions.raise_variants
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/raise_variants@14288 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/compact.c')
-rw-r--r--byterun/compact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/compact.c b/byterun/compact.c
index bf80301722..0afbd9dc4f 100644
--- a/byterun/compact.c
+++ b/byterun/compact.c
@@ -40,7 +40,7 @@ extern void caml_shrink_heap (char *); /* memory.c */
XXX Should be fixed:
XXX The above assumes that all roots are aligned on a 4-byte boundary,
XXX which is not always guaranteed by C.
- XXX (see [caml_register_global_roots] and [caml_init_exceptions])
+ XXX (see [caml_register_global_roots])
XXX Should be able to fix it to only assume 2-byte alignment.
*/
#define Make_ehd(s,t,c) (((s) << 10) | (t) << 2 | (c))