current value for key mystruct is u32
trying to add new value: u64
Traceback (most recent call last):
File "./structs2dot.py", line 246, in <module>
write_dot_file()
File "./structs2dot.py", line 217, in write_dot_file
relation_mapper = relation_builder()
File "./structs2dot.py", line 118, in relation_builder
mapper = alias_gen()
File "./structs2dot.py", line 52, in alias_gen
add_mapper(splitted[2], splitted[1], mapper)
File "./structs2dot.py", line 188, in add_mapper
assert key not in mapper.keys() or mapper[key] == value
AssertionError
How to make work with output of C preprocessor?