about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-20 02:09:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-20 02:09:58 -0700
commit14d6f9f39553dc93a27152c66e81afba221c92fa (patch)
treea02ac465c80ae51df61ea1cb7f0ce8f07f56fd72 /020run.cc
parent7f5600570a24fadb07015ad1b78b1989a8d364f2 (diff)
downloadmu-14d6f9f39553dc93a27152c66e81afba221c92fa.tar.gz
3872
Starting to look for lack of organization in the edit/ app.
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index d9d70334..fdf8244a 100644
--- a/020run.cc
+++ b/020run.cc
@@ -187,6 +187,7 @@ if (argc > 1) {
   if (Run_tests) Recipe.erase(get(Recipe_ordinal, "main"));
 }
 transform_all();
+//? cerr << to_original_string(get(Recipe, get(Recipe_ordinal, "event-loop"))) << '\n';
 //? DUMP("");
 //? exit(0);
 if (trace_contains_errors()) return 1;