This commit is contained in:
Kartik K. Agaram 2017-10-12 17:00:48 -07:00
parent 08b7c4d917
commit 3f2ac81ecf

View File

@ -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;