From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- timecore.scm | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 timecore.scm (limited to 'timecore.scm') diff --git a/timecore.scm b/timecore.scm old mode 100644 new mode 100755 index 4393cdd..057e2fc --- a/timecore.scm +++ b/timecore.scm @@ -19,6 +19,8 @@ ;;; No, it doesn't do leap seconds. +(require 'multiarg-apply) + (define time:days/month '#(#(31 28 31 30 31 30 31 31 30 31 30 31) ; Normal years. #(31 29 31 30 31 30 31 31 30 31 30 31))) -- cgit v1.2.3