various typing fixes

This commit is contained in:
pommicket 2022-01-14 22:16:57 -05:00
parent 27a6d0eb2d
commit 2ec0cd4ae3
3 changed files with 160 additions and 66 deletions

View file

@ -339,6 +339,7 @@ function tokenize
out += 1
; suffix
*1out = read_number_suffix(file, line_number, &in)
pptoken_skip(&in)
out += 1
goto token_output
:float_exponent