math.parser: with-radix-char quot shouldn't get called with ``f``.

db4
John Benediktsson 2015-07-16 08:51:58 -07:00
parent cd6ccdadc3
commit 33a62c7f9d
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ DEFER: @neg-digit
{ CHAR: b [ drop 2 ->radix require-next-digit ] }
{ CHAR: o [ drop 8 ->radix require-next-digit ] }
{ CHAR: x [ drop 16 ->radix require-next-digit ] }
{ f [ 3drop 2drop 0 ] }
[ [ drop ] 2dip swap call ]
} case
] 2curry next-digit ; inline