generating code for casts!

This commit is contained in:
pommicket 2022-02-10 21:09:52 -05:00
parent bba56d2b51
commit 017a70ee7e
8 changed files with 423 additions and 101 deletions

View file

@ -603,10 +603,10 @@ function translation_phase_4
if b != 0 goto pp_directive_endif
goto unrecognized_directive
:pp_directive_error
fputs(2, filename)
fputc(2, ':)
fputn(2, line_number)
fputs(2, .str_directive_error)
puts(filename)
putc(':)
putn(line_number)
puts(.str_directive_error)
exit(1)
:str_directive_error
string : #error