altos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons
authorKeith Packard <keithp@keithp.com>
Tue, 19 Dec 2017 19:51:33 +0000 (11:51 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Dec 2017 19:51:33 +0000 (11:51 -0800)
commit34f998d147d08e966daad1ab76c40906018d3d8d
treec9822bed36859175e210c7c5867a1119c5af32bf
parentfa6f4b331db9d37da6767005fd375b696485b46b
altos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons

This inline was already defined; just use it. Also, switch some places
to use ao_scheme_is_pair instead as appropriate.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_builtin.c
src/scheme/ao_scheme_cons.c
src/scheme/ao_scheme_eval.c
src/scheme/ao_scheme_make_const.c