]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/functors/functors.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / functors / functors.factor
index bf7eed8f8aa6ac31324c7c6f5d781b15855e0639..e89592405688eee8ad2fd0a66fddf4dffdbd1888 100644 (file)
@@ -152,10 +152,10 @@ DEFER: ;FUNCTOR delimiter
     } ;
 
 : push-functor-words ( -- )
-    functor-words use get push ;
+    functor-words use-words ;
 
 : pop-functor-words ( -- )
-    functor-words use get delq ;
+    functor-words unuse-words ;
 
 : parse-functor-body ( -- form )
     push-functor-words