chiark / gitweb /
optparse: Use parse-integer in parse-c-integer.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 11 Apr 2006 17:49:13 +0000 (18:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 11 Apr 2006 17:49:13 +0000 (18:49 +0100)
CMU CL's parse-integer has cleverness for parsing bignums relatively
quickly.  It's not as scary as Catacomb, but not bad.  Use it instead of
the grotty hack we had previously.


No differences found