diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/pack.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx index 1ac500c9..d7052b0b 100644 --- a/subx/apps/pack.subx +++ b/subx/apps/pack.subx @@ -123,13 +123,13 @@ $main:end: # # we won't bother saving the internal structure of lines; reparsing should be cheap using two primitives: # next-token(stream, delim char) -> slice (start, end pointers) -# slice-equal?(slice, kernel string) +# slice-equal?(slice, string) # helpers: # 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 : &kernel-string) -> bool +# 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: |