math.parser: whoops, this part shouldn't have been committed.

db4
John Benediktsson 2014-11-29 12:54:48 -08:00
parent cbba812d7e
commit 38bc43b968
1 changed files with 1 additions and 5 deletions

View File

@ -271,11 +271,7 @@ DEFER: @neg-digit
{ {
{ CHAR: - [ [ @neg-digit ] require-next-digit ?neg ] } { CHAR: - [ [ @neg-digit ] require-next-digit ?neg ] }
{ CHAR: + [ [ @pos-digit ] require-next-digit ] } { CHAR: + [ [ @pos-digit ] require-next-digit ] }
[ [ @pos-digit ]
pick radix>> 10 =
[ @pos-first-digit ]
[ @pos-digit ] if
]
} case ; inline } case ; inline
PRIVATE> PRIVATE>