Revision de l'interface GC pour ocamlopt
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
29754eb4cb
commit
94b58863a9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue