Handle duplicate #defines during extraction
palanik1 opened this issue · 1 comments
palanik1 commented
Is your feature request related to a problem? Please describe.
When including #defines from multiple files, there could be duplicate #defines, with potentially different values.
Describe the solution you'd like
Create a duplicate #defines dict and alert user to possible duplicates with divergent values to fix
palanik1 commented
Done..