Made operator precedence handling not throw away symbol package information.
authorVladimir Sedach <vsedach@gmail.com>
Sun, 7 Dec 2008 20:50:36 +0000 (13:50 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Sun, 7 Dec 2008 20:50:36 +0000 (13:50 -0700)
commitf3847d1cb9baf8afd9a854f2230f70fb57dc8a9f
treeaea4db486a73204871bc8e1844433d8836280fc1
parent9b31227fbeab4cdbfe294de579d7e63f87f54880
Made operator precedence handling not throw away symbol package information.

This fixed a bug where for example (ps (#:new)) => ";" instead of "new();".
src/printer.lisp
t/package-system-tests.lisp