1
0
forked from GitHub/gf-core

fix in linearizer.h to make jpgf compilable

This commit is contained in:
kr.angelov
2014-12-01 09:41:48 +00:00
parent a1d06bab3a
commit 2e765fbfe1

View File

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