From d222f6681c85a05cba31b546fa3ea7daef107d0e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 30 Dec 2018 21:20:53 -0600 Subject: [PATCH] compiler.tree.debugger: fix match __ --- basis/compiler/tree/debugger/debugger.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/basis/compiler/tree/debugger/debugger.factor b/basis/compiler/tree/debugger/debugger.factor index ea01dcde3e..7d817eef7e 100644 --- a/basis/compiler/tree/debugger/debugger.factor +++ b/basis/compiler/tree/debugger/debugger.factor @@ -13,8 +13,6 @@ generic hints io kernel macros make match math namespaces prettyprint prettyprint.config prettyprint.custom prettyprint.sections quotations sequences sequences.private sets sorting words ; -FROM: syntax => _ ; -RENAME: _ match => __ IN: compiler.tree.debugger ! A simple tool for turning tree IR into quotations and