summaryrefslogtreecommitdiff
path: root/src/colm.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-18 16:30:23 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-18 16:30:23 -0500
commite295b7169e3e234994202322737e0e2a337c9311 (patch)
tree5314a6960955769617e7272818dadb380a7f78df /src/colm.h
parentef8424e8cbc8134e9576e4a2c67a0cc246899b63 (diff)
downloadcolm-e295b7169e3e234994202322737e0e2a337c9311.tar.gz
some function and type renaming
Diffstat (limited to 'src/colm.h')
-rw-r--r--src/colm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colm.h b/src/colm.h
index 8bfdb94e..12188bb7 100644
--- a/src/colm.h
+++ b/src/colm.h
@@ -13,6 +13,8 @@ struct colm_sections;
struct colm_tree;
struct colm_location;
+typedef unsigned long colm_value_t;
+
struct colm_tree
{
/* First four will be overlaid in other structures. */