Scan all prototypes with pointers

This commit is contained in:
Ivan Kravets
2016-04-30 17:35:41 +03:00
parent 03c0033bed
commit cf7a3e377f

View File

@ -59,8 +59,7 @@ class InoToCPPConverter(object):
return result
prototype_names = set(
[p['match'].group(3).strip() for p in prototypes
if p['path'] == file_path])
[p['match'].group(3).strip() for p in prototypes])
split_pos = prototypes[0]['match'].start()
for item in prototypes:
if item['path'] == file_path: