From: Guillermo J. Rozas Date: Wed, 24 Feb 1993 21:58:39 +0000 (+0000) Subject: Change the name of the file where dates are stored. X-Git-Tag: 20090517-FFI~8473 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e3f272ef3a1b073a6739daf75980e3542cd3c831;p=mit-scheme.git Change the name of the file where dates are stored. --- diff --git a/etc/dumpdat.scm b/etc/dumpdat.scm index b591a4908..901147a73 100644 --- a/etc/dumpdat.scm +++ b/etc/dumpdat.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: dumpdat.scm,v 1.1 1993/01/12 20:47:07 gjr Exp $ +$Id: dumpdat.scm,v 1.2 1993/02/24 21:58:39 gjr Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# (define decoded-time-structure-tag (access decoded-time-structure-tag (->environment '(runtime date/time)))) -(define *dumped-dates* "_dates.scm") +(define *dumped-dates* "_dates_.dat") (define (dump-dates . paths) (with-output-to-file *dumped-dates*