rename pgf_lzr_linearize_table to pgf_lzr_get_table

This commit is contained in:
kr.angelov
2014-03-04 10:13:23 +00:00
parent ddf36bcd62
commit c197de7fbd
3 changed files with 5 additions and 5 deletions

View File

@@ -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";

View File

@@ -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_