From 4087378f3731d54c6a4f9bab994ea0c76bd00c94 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 27 Jun 1995 22:15:06 +0000 Subject: [PATCH] Added back the (declare (usual-integrations)) that seems to have vanished between deltas 14.1 and 14.2 --- v7/src/runtime/numpar.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.25.1