From 57d01f212c8cddb14f585b3ab32984d11a9222e3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 6 Nov 2015 17:03:02 -0800 Subject: 2382 Starting to leave commented out prints again out of desperation. --- 043new.cc | 1 + 1 file changed, 1 insertion(+) (limited to '043new.cc') diff --git a/043new.cc b/043new.cc index f951bb95..233b49b5 100644 --- a/043new.cc +++ b/043new.cc @@ -55,6 +55,7 @@ Transform.push_back(transform_new_to_allocate); :(code) void transform_new_to_allocate(const recipe_ordinal r) { trace(9991, "transform") << "--- convert 'new' to 'allocate' for recipe " << get(Recipe, r).name << end(); +//? cerr << "--- convert 'new' to 'allocate' for recipe " << get(Recipe, r).name << '\n'; for (long long int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { instruction& inst = get(Recipe, r).steps.at(i); // Convert 'new' To 'allocate' -- cgit 1.4.1-2-gfad0 t' value='switch'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/doc/uml/uml.prj
blob: 078dae9e6382b32932f71714b084ee3e6ac640e8 (plain) (tree)