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)
commit5f8f0ed5cd5d4b4f793c602ed09f9b4bdb98f7e8
treede2468ca80a3411735517ee39155d1cf30055ceb
parente745229311366a792110d78d8480a2bf83eef9a0
altos/lisp: Add 'big' ints -- 24 bits wide

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>
src/cortexelf-v1/ao_lisp_os.h
src/lisp/ao_lisp.h
src/lisp/ao_lisp_builtin.c
src/lisp/ao_lisp_eval.c
src/lisp/ao_lisp_int.c
src/lisp/ao_lisp_mem.c
src/lisp/ao_lisp_poly.c
src/lisp/ao_lisp_read.c
src/lisp/ao_lisp_string.c