diff options
author | Alain Frisch <alain@frisch.fr> | 2013-11-13 13:16:15 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-11-13 13:16:15 +0000 |
commit | a51080b15a02385abbd3ebf68905a85be1df88aa (patch) | |
tree | 6220a61942d01f1e0c552462eb159ca486563e25 /byterun/compact.c | |
parent | 632d7e20a39607802108f9454a5ff5ae091b68ae (diff) | |
download | ocaml-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.c | 2 |
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)) |