Changed process-html-forms-lhtml loop in lib/ps-html.lisp from 'loop'
authorVladimir Sedach <vsedach@gmail.com>
Mon, 25 May 2009 00:53:03 +0000 (18:53 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 25 May 2009 00:53:03 +0000 (18:53 -0600)
commit467e94fdca82df268844ed880beffdda040a46f1
tree41ea3613aa0d54a8cd62c79356909a39ea0607b7
parent6dce8f773e92022971ed493610b18e5b6a23ad96
Changed process-html-forms-lhtml loop in lib/ps-html.lisp from 'loop'
to 'do' due to bug in CLISP's 'loop' implementation (this also made
the code shorter).

Thanks to Olaf Ruppert <oruppert@googlemail.com> for the bug report.
src/lib/ps-html.lisp