Skip to content

Commit

Permalink
Tweak s13/strings.sls
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Cavazos authored and Eduardo Cavazos committed Jul 2, 2011
1 parent 62e90b2 commit cc5214b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion s13/strings.sls
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
(define (char-cased? c)
(char-upper-case? (char-upcase c)))

;; (SRFI-23-error->R6RS "(library (surfage s13 strings))"
;; (include/resolve ("surfage" "%3a13") "srfi-13.scm"))

(SRFI-23-error->R6RS "(library (surfage s13 strings))"
(include/resolve ("surfage" "%3a13") "srfi-13.scm"))
(include/resolve ("surfage" "s13") "srfi-13.scm"))
)

0 comments on commit cc5214b

Please sign in to comment.