#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
syntax-table-ref
syntax-table/copy
syntax-table/define
+ syntax-table/defined-names
syntax-table/extend
syntax-table/parent
syntax-table/ref
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/Attic/syntab.scm,v 14.2 1988/06/13 11:52:05 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/Attic/syntab.scm,v 14.3 1989/05/25 16:23:46 cph Rel $
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(define syntax-table-define
syntax-table/define)
+(define (syntax-table/defined-names table)
+ (map car (syntax-table/alist table)))
+
(define (syntax-table/copy table)
(guarantee-syntax-table table)
(let loop ((table table))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
syntax-table-ref
syntax-table/copy
syntax-table/define
+ syntax-table/defined-names
syntax-table/extend
syntax-table/parent
syntax-table/ref