diff options
| author | Keith Packard <keithp@keithp.com> | 2017-12-10 00:02:00 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-12-10 00:02:00 -0800 |
| commit | 17fe6de833cccb6d43d0ac0ed84a4faaa3463a09 (patch) | |
| tree | c51ea265efd63b11473eaae7c816ce067b98df99 /src/scheme/Makefile-inc | |
| parent | 0d3365e2c04793cd8432c30a66881f53385a2e60 (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/Makefile-inc')
| -rw-r--r-- | src/scheme/Makefile-inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scheme/Makefile-inc b/src/scheme/Makefile-inc index d23ee3d7..1a080a4e 100644 --- a/src/scheme/Makefile-inc +++ b/src/scheme/Makefile-inc @@ -15,7 +15,8 @@ SCHEME_SRCS=\ ao_scheme_rep.c \ ao_scheme_save.c \ ao_scheme_stack.c \ - ao_scheme_error.c + ao_scheme_error.c \ + ao_scheme_vector.c SCHEME_HDRS=\ ao_scheme.h \ |
