From: Chris Hanson Date: Fri, 15 Jul 1988 20:26:31 +0000 (+0000) Subject: Change `delayed' type name to be `promise'; make `delayed' be an X-Git-Tag: 20090517-FFI~12662 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e250a8477b0a7e6a388febfbe33193a632d3cd83;p=mit-scheme.git Change `delayed' type name to be `promise'; make `delayed' be an alternate alias. --- diff --git a/v7/src/microcode/utabmd.scm b/v7/src/microcode/utabmd.scm index ed14357cd..2df4b6f29 100644 --- a/v7/src/microcode/utabmd.scm +++ b/v7/src/microcode/utabmd.scm @@ -37,7 +37,7 @@ ;;;; Machine Dependent Type Tables -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.45 1988/05/03 16:30:39 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.46 1988/07/15 20:26:31 cph Exp $ (declare (usual-integrations)) @@ -115,7 +115,7 @@ (ENTITY) ;10 DELAY ;11 ENVIRONMENT ;12 - DELAYED ;13 + (PROMISE DELAYED) ;13 EXTENDED-LAMBDA ;14 COMMENT ;15 NON-MARKED-VECTOR ;16 @@ -571,4 +571,4 @@ ;;; This identification string is saved by the system. -"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.45 1988/05/03 16:30:39 jinx Exp $" \ No newline at end of file +"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.46 1988/07/15 20:26:31 cph Exp $" \ No newline at end of file diff --git a/v8/src/microcode/utabmd.scm b/v8/src/microcode/utabmd.scm index a4abf8d20..72f9bbae4 100644 --- a/v8/src/microcode/utabmd.scm +++ b/v8/src/microcode/utabmd.scm @@ -37,7 +37,7 @@ ;;;; Machine Dependent Type Tables -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.45 1988/05/03 16:30:39 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.46 1988/07/15 20:26:31 cph Exp $ (declare (usual-integrations)) @@ -115,7 +115,7 @@ (ENTITY) ;10 DELAY ;11 ENVIRONMENT ;12 - DELAYED ;13 + (PROMISE DELAYED) ;13 EXTENDED-LAMBDA ;14 COMMENT ;15 NON-MARKED-VECTOR ;16 @@ -571,4 +571,4 @@ ;;; This identification string is saved by the system. -"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.45 1988/05/03 16:30:39 jinx Exp $" \ No newline at end of file +"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.46 1988/07/15 20:26:31 cph Exp $" \ No newline at end of file