Add preserve_macros to permuter_settings.toml (#114)

That way we don't have to remember to preserver macros manually. Just have the
 permuter do it for us

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
Tyler McGavran 2021-12-24 20:01:23 -05:00 committed by GitHub
parent 7b7725b62a
commit 782c9f0d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@
[decompme.compilers]
"tools/ido5.3_recomp/cc" = "ido5.3"
[preserve_macros]
"gs?DP.*" = "void"
"gs?SP.*" = "void"
"G_.*" = "int"