summaryrefslogtreecommitdiffstats
path: root/srfi/225/srfi-125-impl.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
committerGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
commit893d428b931c31b05d2c685a8683ed1e26ff3e86 (patch)
tree15f23eaf907b4ecdd45e9cdb0fd7f4346816e084 /srfi/225/srfi-125-impl.sld
parentFinalize. (diff)
parentupdated my repo (diff)
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to '')
-rw-r--r--srfi/225/srfi-125-impl.sld14
1 files changed, 7 insertions, 7 deletions
diff --git a/srfi/225/srfi-125-impl.sld b/srfi/225/srfi-125-impl.sld
index a987787..a406fe0 100644
--- a/srfi/225/srfi-125-impl.sld
+++ b/srfi/225/srfi-125-impl.sld
@@ -129,16 +129,16 @@
dict-contains?-id t125-hash-table-contains?*
dict-ref-id t125-hash-table-ref*
dict-ref/default-id t125-hash-table-ref/default*
- dict-set-id t125-hash-table-set*
- dict-delete-all-id t125-hash-table-delete-all*
- dict-intern-id t125-hash-table-intern*
- dict-update-id t125-hash-table-update*
- dict-update/default-id t125-hash-table-update/default*
- dict-pop-id t125-hash-table-pop*
+ dict-set!-id t125-hash-table-set*
+ dict-delete!-all!-id t125-hash-table-delete-all*
+ dict-intern!-id t125-hash-table-intern*
+ dict-update!-id t125-hash-table-update*
+ dict-update!/default!-id t125-hash-table-update/default*
+ dict-pop!-id t125-hash-table-pop*
dict-map-id t125-hash-table-map*
dict-filter-id t125-hash-table-filter*
dict-remove-id t125-hash-table-remove*
- dict-find-update-id t125-hash-table-find-update*
+ dict-find-update!-id t125-hash-table-find-update*
dict-size-id t125-hash-table-size*
dict-keys-id t125-hash-table-keys*
dict-values-id t125-hash-table-values*