Revision de l'interface GC pour ocamlopt

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-11-21 13:49:30 +00:00
parent 29754eb4cb
commit 94b58863a9
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,9 @@ void do_roots (scanning_action);
void do_local_roots (scanning_action, value *, value *,
struct caml__roots_block *);
#else
void do_local_roots (scanning_action, unsigned long, char *,
struct caml__roots_block *, value *);
struct caml_context; /* defined in stack.h */
void do_local_roots (scanning_action, struct caml_context *,
struct caml__roots_block *);
#endif
extern void (*scan_roots_hook) (scanning_action);