diff options
-rw-r--r-- | subx/021translate.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc index bae946ec..e7c25cbb 100644 --- a/subx/021translate.cc +++ b/subx/021translate.cc @@ -21,6 +21,7 @@ :(before "End Main") if (is_equal(argv[1], "translate")) { + START_TRACING_UNTIL_END_OF_SCOPE; assert(argc > 3); program p; ifstream fin(argv[2]); |