summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-04-05 12:15:40 -0400
committerAdrian Thurston <thurston@complang.org>2015-04-05 12:15:40 -0400
commit54a7d0ec8bed21f2a9dfd8c3fc6631a48122fda3 (patch)
tree59d590588290c700e223ae55792b1afc1ed19ac2 /src/compiler.h
parentc8b421d4412cf96f2408b63cc7a5497884e5e672 (diff)
downloadcolm-54a7d0ec8bed21f2a9dfd8c3fc6631a48122fda3.tar.gz
warning elim, and impl of vlist files _R only
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index 13eb6e7d..4ad67e79 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -768,8 +768,10 @@ struct Compiler
void initListFunctions( GenericType *gen );
void initListElFields( GenericType *gen );
+ void initValueListField( GenericType *gen, const char *name, int offset );
void initValueListFields( GenericType *gen );
void initValueListFunctions( GenericType *gen );
+
void initValueMapFunctions( GenericType *gen );
void initValueMapFields( GenericType *gen );