From d52406ccd9eb19be40b85a3a2a1b00e5052afb9b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 00:46:03 -0700 Subject: 3381 --- 027call_ingredient.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '027call_ingredient.cc') diff --git a/027call_ingredient.cc b/027call_ingredient.cc index dd44fe36..20dc3a36 100644 --- a/027call_ingredient.cc +++ b/027call_ingredient.cc @@ -101,9 +101,9 @@ def main [ ] def f [ 12:num <- next-ingredient # consume ingredient - _, 1:boolean <- next-ingredient # will not find any ingredients + _, 1:bool <- next-ingredient # will not find any ingredients rewind-ingredients - 13:num, 2:boolean <- next-ingredient # will find ingredient again + 13:num, 2:bool <- next-ingredient # will find ingredient again ] +mem: storing 2 in location 12 +mem: storing 0 in location 1 @@ -130,7 +130,7 @@ def main [ ] def f [ 12:num <- ingredient 1 # consume second ingredient first - 13:num, 1:boolean <- next-ingredient # next-ingredient tries to scan past that + 13:num, 1:bool <- next-ingredient # next-ingredient tries to scan past that ] +mem: storing 2 in location 12 +mem: storing 0 in location 1 -- cgit 1.4.1-2-gfad0