diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1998-08-07 18:43:39 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1998-08-07 18:43:39 +0000 |
commit | 16cf256535dca09dbaf5aa4b7e22ee42f2c8728f (patch) | |
tree | 37b07a77d731127e31d964e46e2845f855bac978 /byterun/startup.c | |
parent | 7a4b5ce55953c8e6730e28cdc2faaa64b283541b (diff) | |
download | ocaml-16cf256535dca09dbaf5aa4b7e22ee42f2c8728f.tar.gz |
changement gc_message
alloc_for_heap, add_to_heap, allocation_color
mauvais parametres alloc_final dans io.c
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2031 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/startup.c')
-rw-r--r-- | byterun/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/startup.c b/byterun/startup.c index ace071e223..ff6c0dca5f 100644 --- a/byterun/startup.c +++ b/byterun/startup.c @@ -180,7 +180,7 @@ static int parse_command_line(char **argv) break; #endif case 'v': - verbose_init = 1; + verbose_init = 1+4+8+16+32; break; case 'p': for (j = 0; names_of_cprim[j] != NULL; j++) |