]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.debugger: fix location of _.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Nov 2020 05:11:08 +0000 (21:11 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Nov 2020 05:11:08 +0000 (21:11 -0800)
basis/compiler/tree/debugger/debugger.factor

index 2c5e4397dc76d6bcf180b71fc5127bfb168be319..9285439961510949f007d159f49a1cb43c85cb3f 100644 (file)
@@ -13,7 +13,7 @@ generic hints io kernel macros make match math namespaces
 prettyprint prettyprint.config prettyprint.custom
 prettyprint.sections quotations sequences sequences.private sets
 sorting words ;
-FROM: fry => _ ;
+FROM: syntax => _ ;
 RENAME: _ match => __
 IN: compiler.tree.debugger