diff --git a/src/rpn-real.hpp b/src/rpn-real.hpp index a3a3897..67c3ec3 100644 --- a/src/rpn-real.hpp +++ b/src/rpn-real.hpp @@ -435,7 +435,6 @@ void bin() MIN_ARGUMENTS(1); ARG_MUST_BE_OF_TYPE(0, cmd_number); ((number*)_stack->back())->_representation = number::bin; - number::s_decimal_digits = 0; } void dec()