Add `pathname-newest' operation.
authorChris Hanson <org/chris-hanson/cph>
Thu, 20 Aug 1987 02:44:54 +0000 (02:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 20 Aug 1987 02:44:54 +0000 (02:44 +0000)
v7/src/runtime/unxpth.scm

index edf33dee9b7148ec56c80c916840b3119e83752d..88dd78ff2012751be1e0d6ca2ff8c093e5021f57 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unxpth.scm,v 1.4 1987/07/19 21:43:50 cph Rel $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unxpth.scm,v 1.5 1987/08/20 02:44:54 cph Exp $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
 ))
 
 (define init-file-pathname
-  (string->pathname ".scheme.init"))
\ No newline at end of file
+  (string->pathname ".scheme.init"))
+
+(define (pathname-newest pathname)
+  ;; For now, version numbers are disabled.
+  (pathname-new-version pathname false))
\ No newline at end of file