From: Chris Hanson Date: Thu, 5 Apr 2007 17:42:19 +0000 (+0000) Subject: Eliminate separate runtime-check. X-Git-Tag: 20090517-FFI~688 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d62c2fcad7eba3df00a845871dad44dc8bcc724c;p=mit-scheme.git Eliminate separate runtime-check. --- diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index 57649ea84..c61071be6 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.12 2007/01/05 21:19:25 cph Exp $ +$Id: compile.scm,v 1.13 2007/04/05 17:42:19 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -49,7 +49,4 @@ USA. (load "cref.sf")))) (for-each (lambda (name) (load (merge-pathnames "compile" (pathname-as-directory name)))) - '("sos" "star-parser" "imail" "xml" "ssp" "xdoc")) - (with-working-directory-pathname "runtime-check" - (lambda () - (load "runtime.cbf")))) \ No newline at end of file + '("sos" "star-parser" "imail" "xml" "ssp" "xdoc"))) \ No newline at end of file