altos/lisp: Overflow int computations to float
authorKeith Packard <keithp@keithp.com>
Sun, 3 Dec 2017 05:19:44 +0000 (23:19 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 3 Dec 2017 05:19:44 +0000 (23:19 -0600)
commit577911241db454bc3129fc47566c6a55752c4182
tree32c844fef65d307f472efb9d8a93ea68fa568a68
parentb986a12b478a6d4ff550786d24aa8628dc0abe32
altos/lisp: Overflow int computations to float

When an int computation overflows, switch to float.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lisp/ao_lisp.h
src/lisp/ao_lisp_builtin.c