From c0a6c8c16c618316852a91b0826850730f2039f1 Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Sun, 8 Mar 1992 16:22:30 +0000 Subject: [PATCH] Export DECODED-TIME/DAY-OF-WEEK to global environment. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 1ca2a024c..3c4ae1401 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.136 1992/02/27 01:12:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.137 1992/03/08 16:22:30 arthur Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -362,6 +362,7 @@ MIT in each case. |# (export () decoded-time/date-string decoded-time/day + decoded-time/day-of-week decoded-time/hour decoded-time/minute decoded-time/month diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d7b30f97b..b11200ca9 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.136 1992/02/27 01:12:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.137 1992/03/08 16:22:30 arthur Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -362,6 +362,7 @@ MIT in each case. |# (export () decoded-time/date-string decoded-time/day + decoded-time/day-of-week decoded-time/hour decoded-time/minute decoded-time/month -- 2.25.1