summaryrefslogtreecommitdiff
path: root/src/struct.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-02-07 16:20:29 -0500
committerAdrian Thurston <thurston@complang.org>2015-02-07 16:20:29 -0500
commitab2d8e8cdba3b5fe8b9d5e49ad22b4ef0c73461d (patch)
treef371ac845605d0bcd861465e3475cbc6fa20346a /src/struct.c
parent162a4df0969a2448d380e05e5c773b61eeae5207 (diff)
downloadcolm-ab2d8e8cdba3b5fe8b9d5e49ad22b4ef0c73461d.tar.gz
code movement and conventions
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct.c b/src/struct.c
index 36264319..dd17c35a 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -69,7 +69,7 @@ void colm_parser_destroy( Program *prg, Tree **sp, struct colm_struct *s )
struct colm_parser *parser = (struct colm_parser*) s;
/* Free the PDA run. */
- clearPdaRun( prg, sp, parser->pdaRun );
+ colm_pda_clear( prg, sp, parser->pdaRun );
free( parser->pdaRun );
/* Free the result. */