From 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:56:07 -0700 Subject: 3561 --- html/003trace.cc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'html/003trace.cc.html') diff --git a/html/003trace.cc.html b/html/003trace.cc.html index 991df32e..a5523956 100644 --- a/html/003trace.cc.html +++ b/html/003trace.cc.html @@ -132,7 +132,7 @@ Dump_trace = false; // 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 +const int App_depth = 2; // temporarily where all Mu code will trace to struct trace_stream { vector<trace_line> past_lines; @@ -426,7 +426,8 @@ string trim(const str //: Primitive statements will occupy 101-9989 extern const int Initial_callstack_depth = 101; extern const int Max_callstack_depth = 9989; -//: Finally, details of primitive mu statements will occupy depth 9990-9999 (more on that later as well) +//: Finally, details of primitive Mu statements will occupy depth 9990-9999 +//: (more on that later as well) //: //: This framework should help us hide some details at each level, mixing //: static ideas like layers with the dynamic notion of call-stack depth. -- cgit 1.4.1-2-gfad0