start fmacro replacement

This commit is contained in:
pommicket 2022-01-09 12:31:35 -05:00
parent 807a6aacf9
commit f08cdc8e22
3 changed files with 65 additions and 33 deletions

View file

@ -45,7 +45,8 @@ function main
local output_filename
local pptokens
dat_banned_macros = 255
dat_banned_objmacros = 255
dat_banned_fmacros = 255
object_macros = malloc(4000000)
function_macros = malloc(4000000)