diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-12 17:00:48 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-12 17:00:48 -0700 |
commit | 3f2ac81ecffadc118732f62364c17bf5aabd8720 (patch) | |
tree | b56cc1ba2578cd2cc1ab55078a151fce6046bad8 | |
parent | 08b7c4d917623aab5fb10055aa99bd10fa395648 (diff) | |
download | mu-3f2ac81ecffadc118732f62364c17bf5aabd8720.tar.gz |
4033
-rw-r--r-- | subx/003trace.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc index 939d39f1..527854b8 100644 --- a/subx/003trace.cc +++ b/subx/003trace.cc @@ -91,7 +91,6 @@ Dump_label = ""; // compilation units. So no extern linkage. const int Max_depth = 9999; const int Error_depth = 0; // definitely always print errors -const int App_depth = 2; // temporarily where all Mu code will trace to struct trace_stream { vector<trace_line> past_lines; |