]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/errors/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / basis / stack-checker / errors / prettyprint / prettyprint.factor
index 40eca52c6238d091857e08fb93ff431904996a0c..edc90554a674eaabc5df8227ea2421713c16aa22 100644 (file)
@@ -2,7 +2,6 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays debugger io kernel prettyprint sequences
 stack-checker.errors summary ;
-IN: stack-checker.errors.prettyprint
 
 M: unknown-macro-input summary
     macro>> name>> "Cannot apply “" "” to an input parameter of a non-inline word" surround ;