about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-01 20:35:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-01 20:35:14 -0700
commitc79b93ca6cfdbc883bae66662eeea52c8d674760 (patch)
tree7d017a049e69d16aa58be06adc01a08bce52f606 /400.mu
parent611e9f2e08430ab804b3cea8ac06b85cb5611035 (diff)
downloadmu-c79b93ca6cfdbc883bae66662eeea52c8d674760.tar.gz
6921
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 9676f283..d6fa0b83 100644
--- a/400.mu
+++ b/400.mu
@@ -175,4 +175,4 @@ sig stream-empty? s: (addr stream _) -> result/eax: boolean
 sig stream-full? s: (addr stream _) -> result/eax: boolean
 sig stream-to-string in: (addr stream _), out: (addr handle array _)
 
-sig copy-bytes src: (addr byte), dest: (addr byte), n: int
+#sig copy-bytes src: (addr byte), dest: (addr byte), n: int