Updated mkuxn-fast script to match uxnasm changes

This commit is contained in:
Andrew Alderwick 2021-07-14 20:17:39 +01:00
parent 7a865f25ac
commit 742c52265f
2 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ end
i = 0
wanted = false
for l in assert(io.lines('src/uxnasm.c')) do
if l == 'char ops[][4] = {' then
if l == 'static char ops[][4] = {' then
wanted = true
elseif l == '};' then
wanted = false

View File

@ -164,7 +164,7 @@ for l in assert io.lines 'src/uxn.c'
i = 0
wanted = false
for l in assert io.lines 'src/uxnasm.c'
if l == 'char ops[][4] = {'
if l == 'static char ops[][4] = {'
wanted = true
elseif l == '};'
wanted = false