summaryrefslogtreecommitdiff
path: root/05/preprocess.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-03 17:50:49 -0400
committerpommicket <pommicket@gmail.com>2023-07-03 17:50:49 -0400
commit113d03741a66c006faa2be670b1aef7ceb4cdd20 (patch)
treef9aa4b4d50e3c94a8e1980dd129a459caddbdff8 /05/preprocess.b
parent3384d6913338dcacd36468ea621668417cea1ed3 (diff)
add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme
Diffstat (limited to '05/preprocess.b')
-rw-r--r--05/preprocess.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/preprocess.b b/05/preprocess.b
index cd6d535..f988399 100644
--- a/05/preprocess.b
+++ b/05/preprocess.b
@@ -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)