repos
/
cl-unification
/ commit
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
unified
|
plain
|
darcs
Fix (matching (otherwise ...))
author
pix@kepibu.org
local date
Tue, 12 Jan 2010 09:20:28
date
Tue, 12 Jan 2010 09:20:28
hash
20100112092028-50f04-652d372100f35663ebb66fa47c2c54e16ca08c1d.gz
Fix (matching (otherwise ...))
(matching (otherwise ...)) expands into (cond (otherwise ...)), which
generates an unbound-variable error when executed, because COND does
not special-case OTHERWISE as CASE does.
1 file(s) changed:
match-block.lisp
+1 -1
diff
|
history
|
annotate