Fixed bug in my unstable slideshow library.

This commit is contained in:
Carl Eastlund 2010-09-10 15:21:48 -04:00
parent ff9b535dc6
commit e8e58b5a09

View File

@ -173,7 +173,8 @@
(ghost pict) ... (ghost final)))))]
[(_ test #:combine combine [literals expr] ...)
(syntax/loc stx
(pict-case #:combine combine [literals expr] ... [else (blank 0 0)]))]
(pict-case test #:combine combine
[literals expr] ... [else (blank 0 0)]))]
[(_ test [literals expr] ...)
(quasisyntax/loc stx
(pict-case test #:combine #,(syntax-parameter-value #'pict-combine)