Use WITH-OUTPUT-TO-STRING instead of CONCATENATE, because the latter fails when there...
authorDaniel Gackle <danielgackle@gmail.com>
Sat, 11 Apr 2009 22:39:31 +0000 (15:39 -0700)
committerDaniel Gackle <danielgackle@gmail.com>
Sat, 11 Apr 2009 22:39:31 +0000 (15:39 -0700)
commit84338ee6abb9b5023204d5fd13bb4872a32349dc
tree611da2608fe11065d38693f9515be381e9c84145
parent0ce67a33228383888a07b968ce978c170a112cc8
Use WITH-OUTPUT-TO-STRING instead of CONCATENATE, because the latter fails when there are too many arguments (this happens in Clozure more often than SBCL).
src/compilation-interface.lisp