From: Stephen Adams Date: Thu, 27 Jul 1995 14:22:18 +0000 (+0000) Subject: Put unspecific after final SET! X-Git-Tag: 20090517-FFI~6119 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=12b4b3fbde52517aac495e034d5470ad4dda3d25;p=mit-scheme.git Put unspecific after final SET! --- diff --git a/v8/src/compiler/machines/spectrum/dassm2.scm b/v8/src/compiler/machines/spectrum/dassm2.scm index ab028e248..680a3b1e3 100644 --- a/v8/src/compiler/machines/spectrum/dassm2.scm +++ b/v8/src/compiler/machines/spectrum/dassm2.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 1.1 1994/11/19 02:08:04 adams Exp $ +$Id: dassm2.scm,v 1.2 1995/07/27 14:22:18 adams Exp $ -Copyright (c) 1988-1993 Massachusetts Institute of Technology +Copyright (c) 1988-1995 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -289,4 +289,5 @@ MIT in each case. |# ;; global variable used by runtime/udata.scm -- Moby yuck! -(set! compiled-code-block/bytes-per-object 4) \ No newline at end of file +(set! compiled-code-block/bytes-per-object 4) +unspecific \ No newline at end of file