diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-01-30 10:08:47 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-01-30 10:08:47 -0800 |
commit | 44bb71e7de835abb5697b6712c79e5f4799fb77c (patch) | |
tree | 937bc3bc75aa68c89cb3c518cf8e230f68be8feb /subx/apps | |
parent | 95540b2452f1bb76e351c626400c4af2f2810d15 (diff) | |
download | mu-44bb71e7de835abb5697b6712c79e5f4799fb77c.tar.gz |
4943
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/pack.subx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx index e1f5d2de..3d70d666 100644 --- a/subx/apps/pack.subx +++ b/subx/apps/pack.subx @@ -138,7 +138,6 @@ $main:end: # emit(out : &buffered-file, word : &slice, width : int) # if slice is all hex digits, parse and print appropriate digits # otherwise just write-slice -# has-metadata?(word : &slice, s : &string) -> bool convert: # in : (address buffered-file), out : (address buffered-file), err : (address buffered-file), ed : (address exit-descriptor) -> <void> # pseudocode: |