summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-06-15 11:34:13 +0700
committerAdrian Thurston <thurston@colm.net>2018-06-15 11:35:10 +0700
commitd5e0774c3b986bf58a7faff0e2ea1c56928a260b (patch)
tree6e77f64ce132cfa792713e0e10afe19a32476484 /src/program.h
parent75ea06cbf7c922c0bdbc717c2bb7882f06e7ac68 (diff)
downloadcolm-d5e0774c3b986bf58a7faff0e2ea1c56928a260b.tar.gz
pass prg to colm_tree_upref and maintian first struct id
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/program.h b/src/program.h
index 04128421..dc96ef16 100644
--- a/src/program.h
+++ b/src/program.h
@@ -91,6 +91,7 @@ struct colm_sections
long global_size;
long first_non_term_id;
+ long first_struct_el_id;
long integer_id;
long string_id;