From 7284d503f67572dab678f68e5635c471a9d53480 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Apr 2015 23:24:52 -0700 Subject: 1094 - demarcate sections in layers We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous. --- cpp/035call | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/035call') diff --git a/cpp/035call b/cpp/035call index 21d07b18..efb4a2a7 100644 --- a/cpp/035call +++ b/cpp/035call @@ -31,7 +31,9 @@ struct routine { routine::routine(recipe_number r) { calls.push(call(r)); } -//: now update routine's helpers + +//:: now update routine's helpers + :(replace{} "inline size_t& running_at(routine& rr)") inline size_t& running_at(routine& rr) { return rr.calls.top().pc; @@ -56,7 +58,7 @@ default: { continue; // not done with caller; don't increment pc } -//: finally, we need to fix the termination conditions for the run loop +//:: finally, we need to fix the termination conditions for the run loop :(replace{} "inline bool done(routine& rr)") inline bool done(routine& rr) { -- cgit 1.4.1-2-gfad0