Fixed time and space usage in cases where entity references
commit319149507a6b69262a14609c11eb1ed0dc983b5b
authordlichteblau <dlichteblau>
Wed, 3 Oct 2007 15:21:56 +0000 (3 15:21 +0000)
committerdlichteblau <dlichteblau>
Wed, 3 Oct 2007 15:21:56 +0000 (3 15:21 +0000)
treeb30e5241b6f4ea5c2ab7643cb165a19c41098dc6
parente7884fc9f74a32174be597edda428a0600b12857
Fixed time and space usage in cases where entity references
follow each other (thanks to Ivan Shvedunov for the report).

* xml/xml-parse.lisp (P/CONTENT): Removed useless call to append.
Use loop instead of tail recursion.
xml/xml-parse.lisp