]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in specialize-method
authorJoe Groff <arcata@gmail.com>
Tue, 1 Sep 2009 20:59:59 +0000 (15:59 -0500)
committerJoe Groff <arcata@gmail.com>
Tue, 1 Sep 2009 20:59:59 +0000 (15:59 -0500)
basis/hints/hints.factor

index 87878435261a4610824cf614dd762d3adeac0e04..ffd3a8148da385be10d018fbfa5a497a9ca78c74 100644 (file)
@@ -65,7 +65,7 @@ t specialize-method? set-global
 : specialize-method ( quot method -- quot' )
     [ specialize-method? get [ method-declaration prepend ] [ drop ] if ]
     [ dup "method-generic" word-prop specializer ] bi
-    [ specialize-quot ] [ nip ] if* ;
+    [ specialize-quot ] [ drop ] if* ;
 
 : standard-method? ( method -- ? )
     dup method-body? [