summaryrefslogtreecommitdiff
path: root/tree23.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-10-20 20:17:18 +0000
committerSimon Tatham <anakin@pobox.com>1999-10-20 20:17:18 +0000
commit8511f4ae900f48999617bc8384e9c327673e2196 (patch)
treed24d0a7d8cc217bf6d864157c3b08e05ed59868f /tree23.c
parente44f985bd4f796d4c4b11eb3555436dbaa2d163b (diff)
downloadhalibut-8511f4ae900f48999617bc8384e9c327673e2196.zip
halibut-8511f4ae900f48999617bc8384e9c327673e2196.tar.gz
halibut-8511f4ae900f48999617bc8384e9c327673e2196.tar.bz2
halibut-8511f4ae900f48999617bc8384e9c327673e2196.tar.xz
First backend! Text output now pretty much works.
[originally from svn r240]
Diffstat (limited to 'tree23.c')
-rw-r--r--tree23.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree23.c b/tree23.c
index 4a0d60c..7089c29 100644
--- a/tree23.c
+++ b/tree23.c
@@ -238,7 +238,7 @@ void *first23(tree23 *t, enum23 *e) {
return n->elems[0];
}
-void *next23(tree23 *t, enum23 *e) {
+void *next23(enum23 *e) {
node23 *n = (node23 *)e->node;
int pos = e->posn;