diff options
author | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2004-04-22 09:54:43 +0000 |
---|---|---|
committer | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2004-04-22 09:54:43 +0000 |
commit | ec5aec483e8f131545eeab2d1741f5a658ec95f7 (patch) | |
tree | 6d4e5117a52e35a9a64c9bb79ac8352a4e3f55a4 | |
parent | e7baf44b0567b1b7c06e915f46060279d4fc5f85 (diff) |
when DEBUG can have several -t
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6248 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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 7918f0eea..57f8c970a 100644 --- a/byterun/startup.c +++ b/byterun/startup.c @@ -236,7 +236,7 @@ static int parse_command_line(char **argv) switch(argv[i][1]) { #ifdef DEBUG case 't': - caml_trace_flag = 1; + caml_trace_flag++; break; #endif case 'v': |