First draft of the literal function bug fix.
commit0db9bc077c795ed6d9721fa91bae6f5bac7307ce
authorThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Fri, 17 Sep 2010 03:56:15 +0000 (16 22:56 -0500)
committerThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Sat, 9 Apr 2011 21:21:41 +0000 (9 16:21 -0500)
treed8d2402c982caee534a44c4767ca757adb02fdee
parent7080c9a929f1648b142957f4a84534838bfdfef4
First draft of the literal function bug fix.

Convert expand-assert to a macro and then backquote
the calls to it in the assertion macros. This requires
inserting a comma to explicitly control evaluation of
the arguments to expand-assert. This corrects the
literal function bug and is more idiomatic of defining
macros.
floating-point.lisp
lisp-unit.lisp
rational.lisp