mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* boot-9.scm (print-vector, macro-table, xformer-table):
Renamed weak-hash-table --> weak-key-hash-table.
This commit is contained in:
parent
80b4c4fc35
commit
9591db8710
1 changed files with 2 additions and 2 deletions
|
@ -2003,8 +2003,8 @@
|
|||
;;; {Macros}
|
||||
;;;
|
||||
|
||||
(define macro-table (make-weak-hash-table 523))
|
||||
(define xformer-table (make-weak-hash-table 523))
|
||||
(define macro-table (make-weak-key-hash-table 523))
|
||||
(define xformer-table (make-weak-key-hash-table 523))
|
||||
|
||||
(define (defmacro? m) (hashq-ref macro-table m))
|
||||
(define (assert-defmacro?! m) (hashq-set! macro-table m #t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue