src/parser/scanner-charbuf-impl.lisp: Use `replace' rather than a loop.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Sep 2015 10:24:11 +0000 (11:24 +0100)
commit777e16acbbe4c1524278fb59afee19759b9dec02
tree2048f52bb673be65e6834c06ae68d0569058165b
parent61c7351e77cad587ea9bc8d59f3f8d36529aa630
src/parser/scanner-charbuf-impl.lisp: Use `replace' rather than a loop.

Somehow I failed to notice `replace' being a completely cromulent
`memcpy' thing for Lisp.
src/parser/scanner-charbuf-impl.lisp