fix comment

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15766 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2015-01-07 19:29:40 +00:00
parent 1be542d948
commit d1f4192b45
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CAMLextern struct caml_ref_table caml_ref_table, caml_weak_ref_table;
extern void caml_set_minor_heap_size (asize_t); /* size in bytes */
extern void caml_empty_minor_heap (void);
CAMLextern void caml_minor_collection (void);
CAMLextern void garbage_collection (void); /* def in asmrun/signals.c */
CAMLextern void garbage_collection (void); /* def in asmrun/signals_asm.c */
extern void caml_realloc_ref_table (struct caml_ref_table *);
extern void caml_alloc_table (struct caml_ref_table *, asize_t, asize_t);
extern void caml_oldify_one (value, value *);