summaryrefslogtreecommitdiff
path: root/colm/pool.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-04-08 01:07:55 +0000
committerAdrian Thurston <thurston@complang.org>2010-04-08 01:07:55 +0000
commit88f37156466b9ac04e86da2330687bc89ded605b (patch)
tree04870d56c0fb28f605b4ee4039c6ff3c6fe3926d /colm/pool.h
parent2dbd2831f9bc5321c4de5d6317fa2c2dc1f866b2 (diff)
downloadcolm-88f37156466b9ac04e86da2330687bc89ded605b.tar.gz
Trying out some C porting. Can do this incrementally.
Diffstat (limited to 'colm/pool.h')
-rw-r--r--colm/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pool.h b/colm/pool.h
index 0e773997..de5fe6d6 100644
--- a/colm/pool.h
+++ b/colm/pool.h
@@ -147,7 +147,7 @@ struct Kid;
struct Tree;
struct ParseTree;
struct ListEl;
-struct MapEl;
+typedef struct _MapEl MapEl;
struct Head;
struct Location;