altos/lisp: Add 'big' ints -- 24 bits wide
authorKeith Packard <keithp@keithp.com>
Sun, 19 Nov 2017 04:38:15 +0000 (20:38 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 19 Nov 2017 04:49:52 +0000 (20:49 -0800)
With the default ints being only 14 bits, having a larger type with
more precision seems useful. This is not exposed to the application.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found