From c991a382b8d0b7f651ee854747bdd9662c30effb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 21 Dec 2001 01:53:29 +0000 Subject: [PATCH] Fix comment. --- v7/src/runtime/global.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v7/src/runtime/global.scm b/v7/src/runtime/global.scm index a98ebbfa5..56316f450 100644 --- a/v7/src/runtime/global.scm +++ b/v7/src/runtime/global.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: global.scm,v 14.56 2001/12/19 04:11:15 cph Exp $ +$Id: global.scm,v 14.57 2001/12/21 01:53:29 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -74,8 +74,7 @@ USA. (define (false-procedure . args) args #f) (define (true-procedure . args) args #t) -;; This definition is replaced when the -;; later in the boot sequence. +;; This definition is replaced later in the boot sequence. (define apply (ucode-primitive apply 2)) (define (eval expression environment) -- 2.25.1