Fixed typos which were causing INT:INTEGER and WITH-VALUES not to be
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Aug 1995 19:02:17 +0000 (19:02 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Aug 1995 19:02:17 +0000 (19:02 +0000)
open-coded.

v8/src/sf/usiexp.scm

index 7ec9e327a1f9b2eeb54c1cfc83e9cf1ff28a9500..fe2a2e2de94f159b3ce4f9e609b70ec7ee2124a4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: usiexp.scm,v 1.2 1995/04/29 13:18:05 adams Exp $
+$Id: usiexp.scm,v 1.3 1995/08/02 19:02:17 adams Exp $
 
 Copyright (c) 1988-1995 Massachusetts Institute of Technology
 
@@ -633,7 +633,7 @@ MIT in each case. |#
       (flo:flonum?        . ,flo:flonum?-expansion)
       (fourth             . ,fourth-expansion)
       (int:->flonum       . ,int:->flonum-expansion)
-      (exact-integer?     . ,exact-integer?-expansion)
+      (int:integer?       . ,exact-integer?-expansion)
       (list               . ,list-expansion)
       (make-string        . ,make-string-expansion)
       ;;(modulo           . ,modulo-expansion)
@@ -651,7 +651,7 @@ MIT in each case. |#
       (values             . ,values-expansion)
       (vector?            . ,vector?-expansion)
       (weak-pair?         . ,weak-pair?-expansion)
-      (call-with-values   . ,call-with-values-expansion)
+      (with-values        . ,call-with-values-expansion)
       (zero?              . ,zero?-expansion)
      ))