summaryrefslogtreecommitdiff
path: root/src/iter.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 11:56:37 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 11:56:37 -0500
commita5ad06e3fbbda39cbd894906e93a775c511f1f05 (patch)
treead71cf7b11cc6357d6a12d6897e779d43eea3a46 /src/iter.c
parent5ede67bfe812f2407244fafc0b830728213f2110 (diff)
downloadcolm-a5ad06e3fbbda39cbd894906e93a775c511f1f05.tar.gz
improvements to list object semantics
Diffstat (limited to 'src/iter.c')
-rw-r--r--src/iter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iter.c b/src/iter.c
index aded50ad..8f4b343e 100644
--- a/src/iter.c
+++ b/src/iter.c
@@ -6,6 +6,7 @@
#include <colm/bytecode.h>
#include <colm/program.h>
#include <assert.h>
+#include "internal.h"
#define true 1
#define false 0