#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/infutl.scm,v 1.37 1992/05/27 04:03:35 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/infutl.scm,v 1.38 1992/05/28 18:40:00 mhwu Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(directory-prefix? (pathname-directory pathname)
(pathname-directory (car rule)))))))
(if rule
- (pathname-new-directory
- pathname
- (append (pathname-directory (cdr rule))
- (list-tail (pathname-directory pathname)
- (length (pathname-directory (car rule))))))
+ (pathname-new-device
+ (pathname-new-directory
+ pathname
+ (append (pathname-directory (cdr rule))
+ (list-tail (pathname-directory pathname)
+ (length (pathname-directory (car rule))))))
+ (pathname-device (cdr rule)))
pathname)))
(define (directory-prefix? x y)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.dos,v 1.2 1992/05/27 17:46:07 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.dos,v 1.3 1992/05/28 18:41:15 mhwu Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
(->environment '(runtime compiler-info)))))
(for-each
(lambda (path)
- (add-directory-rewriting-rule! path "/scheme/runtime"))
- '("/scheme/runtime/scm/"
- "/scheme/runtime/bin/"
- "/scheme/runtime/com/")))
+ (add-directory-rewriting-rule! path "$mitscheme_inf_directory"))
+ '("/scheme/")))
;;; Dos specific:
;;; Timer hook to get interrupt keys
(let ((sv (vector-ref
(get-fixed-objects-vector)
(fixed-objects-vector-slot 'SYSTEM-INTERRUPT-VECTOR))))
- (vector-set! sv timer-slot typeahead-timer-interrupt)))
\ No newline at end of file
+ (vector-set! sv timer-slot typeahead-timer-interrupt))
+) ; End IN-PACKAGE
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/infutl.scm,v 1.37 1992/05/27 04:03:35 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/infutl.scm,v 1.38 1992/05/28 18:40:00 mhwu Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(directory-prefix? (pathname-directory pathname)
(pathname-directory (car rule)))))))
(if rule
- (pathname-new-directory
- pathname
- (append (pathname-directory (cdr rule))
- (list-tail (pathname-directory pathname)
- (length (pathname-directory (car rule))))))
+ (pathname-new-device
+ (pathname-new-directory
+ pathname
+ (append (pathname-directory (cdr rule))
+ (list-tail (pathname-directory pathname)
+ (length (pathname-directory (car rule))))))
+ (pathname-device (cdr rule)))
pathname)))
(define (directory-prefix? x y)