From: Chris Hanson Date: Thu, 22 Aug 1991 01:00:44 +0000 (+0000) Subject: Add rewriting rules for sony. X-Git-Tag: 20090517-FFI~10337 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e7c5281254056172b8457b5f01dee1f16c722570;p=mit-scheme.git Add rewriting rules for sony. --- diff --git a/v7/src/runtime/site.scm.unix b/v7/src/runtime/site.scm.unix index f33506cc1..64fc2fcac 100644 --- a/v7/src/runtime/site.scm.unix +++ b/v7/src/runtime/site.scm.unix @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.unix,v 1.6 1991/08/15 19:13:42 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.unix,v 1.7 1991/08/22 01:00:44 cph Exp $ Copyright (c) 1988-1991 Massachusetts Institute of Technology @@ -66,4 +66,6 @@ MIT in each case. |# "/nfs/altdorf/root/scheme/300/" "/scheme/800/" "/altdorf/scheme/800" - "/nfs/altdorf/root/scheme/800/"))) \ No newline at end of file + "/nfs/altdorf/root/scheme/800/" + "/scheme/SONY/" + "/nfs/altdorf/root/scheme/SONY/"))) \ No newline at end of file