Skip to content

Conversation

@BitwiseMage
Copy link

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 works on my small codebase
Further testing should be done

Used the following regex to match the macros: ```(#\s*define Tracy.*);{1}$``` and replaced it with group 1 ```$1```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent semicolon use in GPU macros

1 participant