From: Henry M. Wu Date: Tue, 12 May 1992 04:15:23 +0000 (+0000) Subject: Added generation of runtim.bad file. X-Git-Tag: 20090517-FFI~9421 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=faffb6eff79f1512b7c40b56f78367c5ee7780aa;p=mit-scheme.git Added generation of runtim.bad file. --- diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index f0a240492..76dbd9e0f 100644 --- a/v7/src/runtime/runtime.sf +++ b/v7/src/runtime/runtime.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.6 1991/03/01 01:01:59 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.7 1992/05/12 04:15:23 mhwu Exp $ -Copyright (c) 1988-91 Massachusetts Institute of Technology +Copyright (c) 1988-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -41,4 +41,5 @@ MIT in each case. |# (cref/generate-constructors "runtim") (sf "runtim.con" "runtim.bcon") -(sf "runtim.ldr" "runtim.bldr") \ No newline at end of file +(sf "runtim.ldr" "runtim.bldr") +(fasdump (read-file "runtim.avd") "runtim.bad") \ No newline at end of file