Results 1 issues of Bitwise Mage

Fix #592 Used the following regex to match the macros ```(#\s*define Tracy.*);{1}$``` and replaced it with group 1 itself ```$1``` This was a quick hack that I did locally and...