From a6b26e669c5b589ada71c19bc9d360b536c47aef Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 18 Mar 2015 00:08:19 -0700 Subject: 952 --- cpp/019address | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/019address') diff --git a/cpp/019address b/cpp/019address index c8685f3d..608e5e69 100644 --- a/cpp/019address +++ b/cpp/019address @@ -110,7 +110,6 @@ recipe main [ :(replace{} "case GET:") case GET: { - trace("run") << "foo: ingredient 0 is " << instructions[pc].ingredients[0].name << "/" << instructions[pc].ingredients[0].value; trace("run") << "ingredient 0 is " << instructions[pc].ingredients[0].name; reagent base = canonize(instructions[pc].ingredients[0]); int base_address = base.value; -- cgit 1.4.1-2-gfad0 onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/014literal_noninteger.cc
blob: 11a3fc7038729620341a2db8392e93af38561162 (plain) (tree)
1
2
3
4
5
6
7
8
9