mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
fix in linearizer.h which resolves a warning
This commit is contained in:
@@ -74,10 +74,9 @@ pgf_lzr_linearize_simple(PgfConcr* concr, PgfCncTree ctree, size_t lin_idx,
|
|||||||
void
|
void
|
||||||
pgf_lzr_get_table(PgfConcr* concr, PgfCncTree ctree,
|
pgf_lzr_get_table(PgfConcr* concr, PgfCncTree ctree,
|
||||||
size_t* n_lins, GuString** labels);
|
size_t* n_lins, GuString** labels);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PGF_PARSER_H_
|
|
||||||
// Used internally in the parser
|
// Used internally in the parser
|
||||||
GuString
|
GuString
|
||||||
pgf_get_tokens(PgfSymbols* sym, uint16_t sym_idx, GuPool* pool);
|
pgf_get_tokens(PgfSymbols* sym, uint16_t sym_idx, GuPool* pool);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user