summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeheader2
1 files changed, 1 insertions, 1 deletions
diff --git a/deheader b/deheader
index 2ebbda9..fdac407 100755
--- a/deheader
+++ b/deheader
@@ -1283,7 +1283,7 @@ class InclusionMap:
c = match_preproc(["ifndef", "ifdef", "if", "elif"], line)
if c is not False:
if allow_parse_includes == True:
- allow_parse_includes = self.check_block(sourcefile, cnt, compiler, "", defines + " " + std, std2, maker, verbosity, showerrs, subdir)
+ allow_parse_includes = self.check_block(sourcefile, cnt, compiler, "", defines + " " + std, defines + " " + std2, maker, verbosity, showerrs, subdir)
conditions.append((c, allow_parse_includes))
elif match_preproc("else", line) is not False:
if self.get_prev_flag(conditions, 2) == True: