1 Feb
2008
1 Feb
'08
7:30 a.m.
Well, I finally got around to fixing this bug. Vladimir On 12/31/07, Daniel Gackle <danielgackle@gmail.com> wrote:
There's a bug when using setf to decrement a variable:
(ps (setf x (- x 1 2))) => "x -= 1 - 2;"
Note that this works correctly:
(ps (setf x (- 1 x 2))) => "x = 1 - x - 2;"
Dan
_______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel