Updated mkuxn-fast script to match uxnasm changes
This commit is contained in:
parent
7a865f25ac
commit
742c52265f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue