]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-backend.scm
Guile compat: do not use the "hash-table-as-vector" interface.
[lilypond.git] / scm / document-backend.scm
index 8a54a6a1e8550b7efd9bc17b78c6d223a252f110..4d55382fc40bfc6af449d2e11f1be6dcd537c01c 100644 (file)
@@ -68,7 +68,7 @@
          (description-list->texi internal-propdocs #t))
         ""))))
 
-(define iface->grob-table (make-vector 61 '()))
+(define iface->grob-table (make-hash-table 61))
 ;; extract ifaces, and put grob into the hash table.
 (map
  (lambda (x)