see: show stack effects for ALIAS: definitions. Fixes #120.

db4
John Benediktsson 2011-09-18 16:59:14 -07:00
parent ffd54d4d20
commit c583b8ad97
1 changed files with 1 additions and 1 deletions

View 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 f ;
M: alias print-stack-effect? drop t ;
M: word print-stack-effect? drop t ;
: stack-effect. ( word -- )