summaryrefslogtreecommitdiff
path: root/05/preprocess.b
diff options
context:
space:
mode:
Diffstat (limited to '05/preprocess.b')
-rw-r--r--05/preprocess.b1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/preprocess.b b/05/preprocess.b
index 132f02c..31ab43e 100644
--- a/05/preprocess.b
+++ b/05/preprocess.b
@@ -797,6 +797,7 @@ function translation_phase_4
global 1000 dat_directive_include_text
local inc_filename
temp_out = &dat_directive_include_text
+ memset(temp_out, 0, 1000)
inc_filename = malloc(4000)
pptoken_skip(&in)
macro_replacement_to_terminator(filename, &line_number, &in, &temp_out, 10)