tokenizing integer literals
This commit is contained in:
parent
fc96e22d4f
commit
b0837b367e
5 changed files with 221 additions and 31 deletions
|
@ -21,7 +21,6 @@ function fprint_filename
|
|||
argument file
|
||||
if file ] 65535 goto print_filename_string
|
||||
file = file_get(file)
|
||||
fputs(2, file)
|
||||
; (fallthrough)
|
||||
:print_filename_string
|
||||
fputs(2, file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue