projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7ae93
)
Change the name of the file where dates are stored.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 24 Feb 1993 21:58:39 +0000
(21:58 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 24 Feb 1993 21:58:39 +0000
(21:58 +0000)
etc/dumpdat.scm
patch
|
blob
|
history
diff --git
a/etc/dumpdat.scm
b/etc/dumpdat.scm
index b591a49086c4d2ed0bacfdf59eb3e2462e79fd60..901147a738293f0da626532ec4f7b2d386c45997 100644
(file)
--- 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*