summaryrefslogtreecommitdiff
path: root/src/scheme/ao_scheme_mem.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
committerKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
commit17fe6de833cccb6d43d0ac0ed84a4faaa3463a09 (patch)
treec51ea265efd63b11473eaae7c816ce067b98df99 /src/scheme/ao_scheme_mem.c
parent0d3365e2c04793cd8432c30a66881f53385a2e60 (diff)
altos/scheme: Add vectors
Constant time and smaller can be a feature. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/ao_scheme_mem.c')
-rw-r--r--src/scheme/ao_scheme_mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheme/ao_scheme_mem.c b/src/scheme/ao_scheme_mem.c
index acc726c8..fe4bc4f5 100644
--- a/src/scheme/ao_scheme_mem.c
+++ b/src/scheme/ao_scheme_mem.c
@@ -467,6 +467,7 @@ static const struct ao_scheme_type * const ao_scheme_types[AO_SCHEME_NUM_TYPE] =
[AO_SCHEME_BOOL] = &ao_scheme_bool_type,
[AO_SCHEME_BIGINT] = &ao_scheme_bigint_type,
[AO_SCHEME_FLOAT] = &ao_scheme_float_type,
+ [AO_SCHEME_VECTOR] = &ao_scheme_vector_type,
};
static int