Fix #336: Change declaration from "ignore" to "ignorable"
To fix the compiler note about "Ignoring free ignore declaration for
STANDARD", just declare standard
as ignorable
instead of ignore
.
With this change, the compiler not is no longer emitted.
ignore
should work though. Didn't investigate why it doesn't but macroexpanding the forms doesn't show anything wrong and compiling it manually produces no such warnings.
Edited by Raymond Toy