diff options
| author | 2021-11-18 17:28:16 -0500 | |
|---|---|---|
| committer | 2021-11-18 17:28:16 -0500 | |
| commit | 2e1d7fd3beb4f1e01b041d1d85bf4a70e72eab89 (patch) | |
| tree | 4aba3f4b7f13642b2f065aaf562d29ae0663b2bc /srfi/srfi-126-impl.scm | |
| parent | MN-W review (diff) | |
| parent | Publish fifth draft. (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'srfi/srfi-126-impl.scm')
| -rw-r--r-- | srfi/srfi-126-impl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-126-impl.scm b/srfi/srfi-126-impl.scm index d5de302..bb55941 100644 --- a/srfi/srfi-126-impl.scm +++ b/srfi/srfi-126-impl.scm @@ -16,7 +16,7 @@ (define (prep-dtd-arg proc) (lambda (dtd . args) (apply proc args))) - + (define (t126-hashtable-ref* dtd table key fail success) (define-values (value found?) (t126-hashtable-lookup table key)) (if found? |
