From: Stephen Adams Date: Tue, 5 Sep 1995 19:45:32 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~5977 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=429b2982f6eb292ed375ad8c6c9299960bb11000;p=mit-scheme.git Fix typo. --- diff --git a/v8/src/compiler/midend/cleanup.scm b/v8/src/compiler/midend/cleanup.scm index 8fcb382b1..e3de00574 100644 --- a/v8/src/compiler/midend/cleanup.scm +++ b/v8/src/compiler/midend/cleanup.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: cleanup.scm,v 1.25 1995/09/05 19:14:35 adams Exp $ +$Id: cleanup.scm,v 1.26 1995/09/05 19:45:32 adams Exp $ Copyright (c) 1994-1995 Massachusetts Institute of Technology @@ -409,7 +409,7 @@ MIT in each case. |# (lambda (expr) (let ((value (form/number? expr))) (and (QUOTE/? expr) - (string? (quote/test expr)) + (string? (quote/text expr)) `(QUOTE ,(string->symbol (quote/text expr))))))) ;;