fix in linearizer.h which resolves a warning

This commit is contained in:
kr.angelov
2014-11-27 15:20:46 +00:00
parent f63e8faf00
commit 6f2195f793

View File

@@ -74,10 +74,9 @@ pgf_lzr_linearize_simple(PgfConcr* concr, PgfCncTree ctree, size_t lin_idx,
void
pgf_lzr_get_table(PgfConcr* concr, PgfCncTree ctree,
size_t* n_lins, GuString** labels);
#endif
#ifdef PGF_PARSER_H_
// Used internally in the parser
GuString
pgf_get_tokens(PgfSymbols* sym, uint16_t sym_idx, GuPool* pool);
#endif