add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme

This commit is contained in:
pommicket 2023-07-03 17:50:49 -04:00
parent 3384d69133
commit 113d03741a
10 changed files with 480 additions and 13 deletions

View file

@ -849,9 +849,9 @@ function translation_phase_4
:pp_include_have_filename
local included_pptokens
included_pptokens = split_into_preprocessing_tokens(inc_filename)
debug_puts(.str_including)
debug_putsln(inc_filename)
included_pptokens = split_into_preprocessing_tokens(inc_filename)
out = translation_phase_4(inc_filename, included_pptokens, out)
free(included_pptokens)
free(inc_filename)