#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/gconst.scm,v 4.9 1990/10/16 21:06:53 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/gconst.scm,v 4.10 1991/04/20 06:09:48 cph Exp $
-Copyright (c) 1987, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
PROCESS-TIME-CLOCK
READ-BITS!
REAL-TIME-CLOCK
- SCODE-EVAL
SET-CAR!
SET-CDR!
SET-CELL-CONTENTS!
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/usicon.scm,v 4.1 1988/06/13 12:30:46 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/usicon.scm,v 4.2 1991/04/20 06:10:10 cph Exp $
-Copyright (c) 1987 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(map (lambda (name)
(let ((object
(lexical-reference system-global-environment name)))
- (if (not (scode-constant? object))
+ (if (not (memq (microcode-type/code->name
+ (object-type object))
+ '(BIGNUM
+ CHARACTER
+ FIXNUM
+ FLONUM
+ INTERNED-SYMBOL
+ NULL
+ PAIR
+ PRIMITIVE
+ QUAD
+ RATNUM
+ RECNUM
+ RETURN-CODE
+ STRING
+ TRIPLE
+ TRUE
+ UNINTERNED-SYMBOL
+ VECTOR
+ VECTOR-16B
+ VECTOR-1B)))
(error "USUAL-INTEGRATIONS: not a constant" name))
(constant->integration-info object)))
usual-integrations/constant-names))