about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/034call.cc b/034call.cc
index 0cf24966..111c88df 100644
--- a/034call.cc
+++ b/034call.cc
@@ -144,6 +144,7 @@ inline bool routine::completed() const {
   return calls.empty();
 }
 
+:(replace{} "inline const vector<instruction>& routine::steps() const")
 inline const vector<instruction>& routine::steps() const {
   assert(!calls.empty());
   return get(Recipe, calls.front().running_recipe).steps;