]> gitweb.factorcode.org Git - factor.git/commitdiff
see: revert change for ALIAS (since it breaks parsing prettyprint). See #120.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 19 Sep 2011 05:43:02 +0000 (22:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 19 Sep 2011 05:43:44 +0000 (22:43 -0700)
basis/see/see.factor

index af874d7e0c090d01ef645f6e0bc0e869b83552ff..38a8a489349ad557bd603a0a6941c3ea67a14710 100644 (file)
@@ -37,7 +37,7 @@ GENERIC: print-stack-effect? ( word -- ? )
 M: parsing-word print-stack-effect? drop f ;
 M: symbol print-stack-effect? drop f ;
 M: constant print-stack-effect? drop f ;
-M: alias print-stack-effect? drop t ;
+M: alias print-stack-effect? drop f ;
 M: word print-stack-effect? drop t ;
 
 : stack-effect. ( word -- )