@@ -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
@@ -164,7 +164,7 @@ for l in assert io.lines 'src/uxn.c'
for l in assert io.lines 'src/uxnasm.c'
- if l == 'char ops[][4] = {'
+ if l == 'static char ops[][4] = {'
elseif l == '};'