From: Stephen Adams Date: Tue, 27 Jun 1995 22:15:06 +0000 (+0000) Subject: Added back the (declare (usual-integrations)) that seems to have X-Git-Tag: 20090517-FFI~6237 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4087378f3731d54c6a4f9bab994ea0c76bd00c94;p=mit-scheme.git Added back the (declare (usual-integrations)) that seems to have vanished between deltas 14.1 and 14.2 --- diff --git a/v7/src/runtime/numpar.scm b/v7/src/runtime/numpar.scm index 0ed1ee724..31d6ddbc8 100644 --- a/v7/src/runtime/numpar.scm +++ b/v7/src/runtime/numpar.scm @@ -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)) (define (string->number string #!optional radix-default) (parse-chars (string->list string)