summaryrefslogtreecommitdiff
path: root/05/preprocess.b
diff options
context:
space:
mode:
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)