diff options
-rw-r--r-- | 043space.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc index 6c553661..32434f71 100644 --- a/043space.cc +++ b/043space.cc @@ -222,7 +222,7 @@ if (curr.name == "local-scope") { rewrite_default_space_instruction(curr); } -//: todo: do this in a transform, rather than magically in the return instruction +//: todo: do this in a transform, rather than magically in the 'return' instruction :(after "Falling Through End Of Recipe") try_reclaim_locals(); :(after "Starting Reply") |