#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/global.scm,v 14.39 1992/07/21 17:28:45 boogles Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/global.scm,v 14.40 1992/07/21 21:57:58 cph Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(eq? object (microcode-object/unassigned))))
(define unspecific
- (object-new-type (microcode-type 'CONSTANT) 1))
+ (object-new-type (ucode-type constant) 1))
(define *the-non-printing-object*
unspecific)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 14.11 1992/07/21 04:25:13 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 14.12 1992/07/21 22:04:46 cph Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
(object-type? (ucode-type conditional) object))
(define undefined-conditional-branch
- (object-new-type (microcode-type 'CONSTANT) 1))
+ (object-new-type (ucode-type constant) 1))
(define-integrable (conditional-predicate conditional)
(&triple-first conditional))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uenvir.scm,v 14.26 1992/07/21 04:25:47 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uenvir.scm,v 14.27 1992/07/21 22:01:58 cph Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
(ic-environment/set-parent! environment null-environment))
(define null-environment
- (object-new-type (microcode-type 'NULL) 1))
+ (object-new-type (ucode-type null) 1))
(define (make-null-interpreter-environment)
(let ((environment (let () (the-environment))))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/global.scm,v 14.39 1992/07/21 17:28:45 boogles Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/global.scm,v 14.40 1992/07/21 21:57:58 cph Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(eq? object (microcode-object/unassigned))))
(define unspecific
- (object-new-type (microcode-type 'CONSTANT) 1))
+ (object-new-type (ucode-type constant) 1))
(define *the-non-printing-object*
unspecific)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/uenvir.scm,v 14.26 1992/07/21 04:25:47 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/uenvir.scm,v 14.27 1992/07/21 22:01:58 cph Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
(ic-environment/set-parent! environment null-environment))
(define null-environment
- (object-new-type (microcode-type 'NULL) 1))
+ (object-new-type (ucode-type null) 1))
(define (make-null-interpreter-environment)
(let ((environment (let () (the-environment))))