Lua 5.2 compatibility

This commit is contained in:
Thijs Schreijer
2013-05-04 21:18:19 +02:00
parent 327c609bac
commit 002ef75e14
5 changed files with 7 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ arg:
file - the name of the file to write the generated text calendar
--]]---------------------
require"date"
local date = require"date"
function makemonth(y,m)
local t = {}