diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:19:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:19:55 -0800 |
commit | 7e9f5d55ce9b17e2399d406c4b4a521fe3718e08 (patch) | |
tree | 99b058d511a7330f9be6fd46a255cac7be817fba /apps | |
parent | 3db4ab11c4849937c935b62f11b6daf6f9b3e03d (diff) | |
download | mu-7e9f5d55ce9b17e2399d406c4b4a521fe3718e08.tar.gz |
5939
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index b5ff74ec..228708d8 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -3046,9 +3046,6 @@ parse-mu-stmt: # line: (addr stream byte), vars: (addr stack (handle var)), fn: $parse-mu-stmt:read-outputs: # name = next-mu-token(line) (next-mu-token *(ebp+8) %ecx) -#? (write-slice-buffered Stderr %ecx) -#? (write-buffered Stderr Newline) -#? (flush Stderr) # if slice-empty?(word-slice) break (slice-empty? %ecx) 3d/compare-eax-and 0/imm32 |