Fixed output in CLisp: specified integer printing as decimal (in CLisp, with-standard...
commit0f79f2f7524be00d2537f3b602d6cfd76fafcead
authorVladimir Sedach <vsedach@gmail.com>
Fri, 25 Feb 2011 20:33:21 +0000 (25 15:33 -0500)
committerVladimir Sedach <vsedach@gmail.com>
Fri, 25 Feb 2011 20:33:21 +0000 (25 15:33 -0500)
treed0b51a6b57f7f023eff4ac43f95167b7e5f194c9
parent60da4083d6ada8bcc98848ba29426b94879c3575
Fixed output in CLisp: specified integer printing as decimal (in CLisp, with-standard-io-syntax set *print-readably* to t, which caused number like 123 to print like 123. with a trailing dot). This does not print a trailing dot.
src/printer.lisp