diff options
-rwxr-xr-x | deheader | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1280,7 +1280,7 @@ class InclusionMap: cnt = -1 for line in open(sourcefile): cnt = cnt + 1 - c = match_preproc(["ifndef", "ifdef", "if"], line) + 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, maker, verbosity, showerrs, subdir) |