add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme
This commit is contained in:
parent
3384d69133
commit
113d03741a
10 changed files with 480 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue