Preserve NULL/true/false macros in permuter/decomp.me import (#2430)

This commit is contained in:
cadmic
2025-01-17 12:37:40 -08:00
committed by GitHub
parent d066586872
commit 260d92dfb6

View File

@@ -2,6 +2,9 @@ build_system = "make"
compiler_type = "ido" # adjusts default weights for permuting
[preserve_macros]
NULL = "void"
true = "int"
false = "int"
"g[DS]P.*" = "void"
"gDma.*" = "void"
"a[A-Z].*" = "void"