Added back the (declare (usual-integrations)) that seems to have
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 27 Jun 1995 22:15:06 +0000 (22:15 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 27 Jun 1995 22:15:06 +0000 (22:15 +0000)
vanished between deltas 14.1 and 14.2

v7/src/runtime/numpar.scm

index 0ed1ee7243052051b8a06c931660fd6ca67d1dc9..31d6ddbc8fb836cfda006bca5041031ffd2e356d 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: numpar.scm,v 14.8 1993/10/26 22:48:28 cph Exp $
+$Id: numpar.scm,v 14.9 1995/06/27 22:15:06 adams Exp $
 
-Copyright (c) 1989-93 Massachusetts Institute of Technology
+Copyright (c) 1989-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -34,6 +34,8 @@ MIT in each case. |#
 
 ;;;; Number Parser
 ;;; package: (runtime number-parser)
+
+(declare (usual-integrations))
 \f
 (define (string->number string #!optional radix-default)
   (parse-chars (string->list string)