about summary refs log tree commit diff stats
path: root/apps/arith.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-15 23:54:11 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-15 23:54:11 -0700
commitf1dffb4130393a5c03eb02fc09e31a1fc0468e38 (patch)
tree3ff86548c58d1d9573ef7c821011f196a77361fd /apps/arith.mu
parent4e48a436603694d081826324cba2dfcaddc80499 (diff)
downloadmu-f1dffb4130393a5c03eb02fc09e31a1fc0468e38.tar.gz
6545
Diffstat (limited to 'apps/arith.mu')
-rw-r--r--apps/arith.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/arith.mu b/apps/arith.mu
index 97fff9fa..0ed1714c 100644
--- a/apps/arith.mu
+++ b/apps/arith.mu
@@ -57,7 +57,6 @@ fn main -> exit-status/ebx: int {
 fn simplify -> result/eax: int, look/esi: byte {
   # prime the pump
   look <- get-char  # prime the pump
-  look <- skip-spaces look
   # do it
   result, look <- expression look
 }