From c197de7fbd0ed368d112f7c211454e7d26d4eb94 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 4 Mar 2014 10:13:23 +0000 Subject: rename pgf_lzr_linearize_table to pgf_lzr_get_table --- src/runtime/c/pgf/linearizer.c | 4 ++-- src/runtime/c/pgf/linearizer.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/runtime/c') 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_ -- cgit v1.2.3