about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 81ff91ad..b4810909 100644
--- a/020run.cc
+++ b/020run.cc
@@ -144,6 +144,7 @@ transform_all();
 //: Step 2: load any .mu files provided at the commandline
 :(before "End Commandline Parsing")
 // Check For .mu Files
+//? START_TRACING_UNTIL_END_OF_SCOPE
 if (argc > 1) {
   // skip argv[0]
   argv++;