Made the ignore declaration in define-ps-special-form be generated on the condition...
authorVladimir Sedach <vsedach@gmail.com>
Sun, 5 Apr 2009 23:50:15 +0000 (17:50 -0600)
committerviper <viper@blackbox.(none)>
Sun, 5 Apr 2009 23:52:33 +0000 (17:52 -0600)
commitcf4cbdbd7db0584c2b8456bbe6c27a7dbd717979
tree5dd5ce20f0b208308ae21dfb62c62728c0bf0e37
parent496ef8be52f3e6c22ffdb72a36b4fdc0ed3cd93f
Made the ignore declaration in define-ps-special-form be generated on the condition that 'expecting is used in the body. While it's not an error to use variables previously declared ignored, it does raise annoying compiler warnings in some Lisps.
src/compiler.lisp
src/utils.lisp