From f1d5f6974bf6605e0cdb3c2f2764f811c3b1b941 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 1 Nov 2009 00:42:25 -0500 Subject: [PATCH] remove dangling PRIVATE> from math.parser --- core/math/parser/parser.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/math/parser/parser.factor b/core/math/parser/parser.factor index 32220c4637..f04c0104a5 100644 --- a/core/math/parser/parser.factor +++ b/core/math/parser/parser.factor @@ -140,8 +140,6 @@ PRIVATE> [ dup 0 > ] swap [ /mod >digit ] curry "" produce-as nip reverse! ; inline -PRIVATE> - GENERIC# >base 1 ( n radix -- str )