From: Chris Hanson Date: Wed, 23 Apr 1997 07:01:36 +0000 (+0000) Subject: New primitives to support faster conversion of ratnum to flonum. X-Git-Tag: 20090517-FFI~5211 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9df201e1bf0288d2f661aa334e5abee4977edb72;p=mit-scheme.git New primitives to support faster conversion of ratnum to flonum. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 8ed8f82a4..86a4ccac1 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.157 1997/04/02 08:16:41 cph Exp $ +$Id: version.h,v 11.158 1997/04/23 07:01:36 cph Exp $ Copyright (c) 1988-97 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 157 +#define SUBVERSION 158 #endif