From 857adbc496dca7d41e46cbece815a24d32c735fe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 6 Oct 2015 23:48:04 -0700 Subject: 2261 --- 003trace.cc | 4 +--- 999spaces.cc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/003trace.cc b/003trace.cc index 39a5644d..0193fa4f 100644 --- a/003trace.cc +++ b/003trace.cc @@ -359,9 +359,7 @@ using std::ofstream; :(before "End Globals") //: In future layers we'll use the depth field as follows: //: -//: Mu 'applications' will be able to use depths 1-99 as they like. -//: Depth 100 will be for scheduling (more on that later). -const int Scheduling_depth = 100; +//: Mu 'applications' will be able to use depths 1-100 as they like. //: Primitive statements will occupy 101-9998 const int Initial_callstack_depth = 101; const int Max_callstack_depth = 9998; diff --git a/999spaces.cc b/999spaces.cc index c57bc52e..5fe52b26 100644 --- a/999spaces.cc +++ b/999spaces.cc @@ -26,9 +26,7 @@ assert(Next_recipe_ordinal == 1000); //:: Depths for tracing //: //: 0 - unused -//: 1-99 - app-level trace statements in mu -//: 100 - schedule -assert(Scheduling_depth == 100); +//: 1-100 - app-level trace statements in mu //: 101-9998 - call-stack statements (mostly label run) assert(Initial_callstack_depth == 101); assert(Max_callstack_depth == 9998); -- cgit 1.4.1-2-gfad0