Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused macro to fix syntax highlights #1899

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

gruxor
Copy link
Contributor

@gruxor gruxor commented Jul 12, 2023

Description

There's a macro in global.h that was used during the disassembly/decompilation process that's no longer used anywhere in the codebase. It unfortunately causes the syntax highlighting in VSCode to break for the majority of the file afterwards due to an @ symbol inside quotes. This PR just removes the macro entirely - in addition to being unused, it doesn't appear particularly helpful otherwise.

Discord contact info

crater.

@GriffinRichards GriffinRichards merged commit d79e626 into pret:master Jul 15, 2023
1 check passed
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.

2 participants