From 2346466ce79d7c160846af42fdbfc3f27f0140a7 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 3 Nov 1992 22:43:12 +0000 Subject: [PATCH] Provide a new, faster version of apply. Prevent directory expansion while reading directories. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 02faea183..58dfe7a3a 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.156 1992/09/02 16:28:13 jinx Exp $ +$Id: version.scm,v 14.157 1992/11/03 22:43:12 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 156)) + (add-identification! "Runtime" 14 157)) (define microcode-system) -- 2.25.1