summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf')
-rw-r--r--src/runtime/c/pgf/linearizer.c4
-rw-r--r--src/runtime/c/pgf/linearizer.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/c/pgf/linearizer.c b/src/runtime/c/pgf/linearizer.c
index 0f8473639..626ac842a 100644
--- a/src/runtime/c/pgf/linearizer.c
+++ b/src/runtime/c/pgf/linearizer.c
@@ -922,8 +922,8 @@ pgf_lzr_linearize_simple(PgfConcr* concr, PgfCncTree ctree,
}
void
-pgf_lzr_linearize_table(PgfConcr* concr, PgfCncTree ctree,
- size_t* n_lins, GuString** labels)
+pgf_lzr_get_table(PgfConcr* concr, PgfCncTree ctree,
+ size_t* n_lins, GuString** labels)
{
static GuString s_label = "s";
diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h
index b1d96b027..fa183a1bb 100644
--- a/src/runtime/c/pgf/linearizer.h
+++ b/src/runtime/c/pgf/linearizer.h
@@ -75,8 +75,8 @@ pgf_lzr_linearize_simple(PgfConcr* concr, PgfCncTree ctree,
void
-pgf_lzr_linearize_table(PgfConcr* concr, PgfCncTree ctree,
- size_t* n_lins, GuString** labels);
+pgf_lzr_get_table(PgfConcr* concr, PgfCncTree ctree,
+ size_t* n_lins, GuString** labels);
#endif
#ifdef PGF_PARSER_H_