Refactoring: Change SETSCRUNCH to use flonum_arg instead of numeric_arg.
flonum_arg returns a FLONUM, which is what SETSCRUNCH wants. It also doesn't have any side effects which change the argument list.
This is part of a larger effort to make the code base simpler by removing unneeded side effects.
Authored by: david_costanzo 14 hours ago
Parent: [r6376]