Put unspecific after final SET!
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 27 Jul 1995 14:22:18 +0000 (14:22 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 27 Jul 1995 14:22:18 +0000 (14:22 +0000)
v8/src/compiler/machines/spectrum/dassm2.scm

index ab028e2483315d2cdbe6cb0b82dc67c8286277c5..680a3b1e345f58e008e0d7b2f2a767544204b3eb 100644 (file)
@@ -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