Bug dans commentaire de local_roots

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1870 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 1998-02-06 18:35:29 +00:00
parent 4fd993abbe
commit a75b7469a3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct caml__roots_block {
value *tables [5];
};
extern struct caml__roots_block *local_roots; /* defined in roots.h */
extern struct caml__roots_block *local_roots; /* defined in roots.c */
#define Begin_root Begin_roots1