Skip to content

Commit

Permalink
Update some generated files
Browse files Browse the repository at this point in the history
Dunno why these showed up now, but might was well.
  • Loading branch information
hugomg committed May 14, 2022
1 parent ef983d2 commit f8d4278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions benchmarks/conway/lua.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local m, ALIVE, DEAD;m = {}
math.ln = math.log; local m = {}

ALIVE = "*"
DEAD = " "
local ALIVE = "*"
local DEAD = " "

-- Create a new grid for the simulation.
function m.new_canvas(N, M)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/fannkuchredux/lua.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local m = {}
math.ln = math.log; local m = {}

function m.fannkuch(N)

Expand Down

0 comments on commit f8d4278

Please sign in to comment.