about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-19 21:53:52 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-19 21:53:52 -0700
commit86a124769dcc2e94a452595cc80cc1debb63383c (patch)
tree438d0651906f54b5248d171cc597f4342d420ee8 /400.mu
parent8e4b4f2013b3f347e84398c70eabab60f6edd625 (diff)
downloadmu-86a124769dcc2e94a452595cc80cc1debb63383c.tar.gz
6808
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/400.mu b/400.mu
index db32cdc9..dbb16f2e 100644
--- a/400.mu
+++ b/400.mu
@@ -107,7 +107,7 @@ sig skip-string line: (addr stream byte)
 sig skip-until-close-paren line: (addr stream byte)
 #sig skip-until-close-paren-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte)
 sig write-stream-data f: (addr buffered-file), s: (addr stream byte)
-sig write-int32-decimal out: (addr stream byte), n: int32
+sig write-int32-decimal out: (addr stream byte), n: int
 sig is-decimal-digit? c: byte -> result/eax: boolean
 sig to-decimal-digit in: byte -> out/eax: int
 sig next-word line: (addr stream byte), out: (addr slice)