mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
fix mismerge on srfi-19.scm
* module/srfi/srfi-19.scm (priv:locale-abbr-weekday->index): Whoops, fix broken manual merge on srfi-19.scm.
This commit is contained in:
parent
7bd5f2913d
commit
78bae3d6fa
1 changed files with 2 additions and 2 deletions
|
@ -936,10 +936,10 @@
|
|||
(else (loop (+ index 1))))))
|
||||
|
||||
(define (priv:locale-abbr-weekday->index string)
|
||||
(priv:date-reverse-lookup string priv:locale-abbr-weekday 7 string=?))
|
||||
(priv:date-reverse-lookup string locale-day-short 7 string=?))
|
||||
|
||||
(define (priv:locale-long-weekday->index string)
|
||||
(priv:date-reverse-lookup string priv:locale-long-weekday 7 string=?))
|
||||
(priv:date-reverse-lookup string locale-day 7 string=?))
|
||||
|
||||
(define (priv:locale-abbr-month->index string)
|
||||
(priv:date-reverse-lookup string priv:locale-abbr-month 12 string=?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue