Regression due to Issue 1502

This commit is contained in:
Thomas Nagy 2014-11-01 23:38:02 +01:00
parent 28ebd858d5
commit 67a5bb5c73
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 0 deletions

View File

@ -868,6 +868,7 @@ class c_parser(object):
if found and not found in self.ban_includes:
# TODO duplicates do not increase the no-op build times too much, but they may be worth removing
self.nodes.append(found)
self.addlines(found)
else:
if not filename in self.names:
self.names.append(filename)