]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/standard/standard.factor
core: callstack is a builtin type and a class name. rename the *stack words that...
[factor.git] / core / generic / standard / standard.factor
index 0d1a4775ec2bf9e5a3d916a20ba14df486f66e96..0a7b8ef6c8c35b40fe6c4aa6232bb7298c0c42f3 100644 (file)
@@ -43,7 +43,7 @@ M: standard-combination picker
 M: standard-combination dispatch# #>> ;
 
 M: standard-generic effective-method
-    [ datastack ] dip [ "combination" word-prop #>> swap <reversed> nth ] keep
+    [ get-datastack ] dip [ "combination" word-prop #>> swap <reversed> nth ] keep
     method-for-object ;
 
 : inline-cache-quot ( word methods miss-word -- quot )