diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-11-27 15:20:46 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-11-27 15:20:46 +0000 |
| commit | 6f2195f79323d613f70d33e85961cdee4d8de18a (patch) | |
| tree | d5986bb79c93ca47dbdb7ee9ad35d14c2d056aa0 /src | |
| parent | f63e8faf006cfe9dd69e0248590194b03d142fd6 (diff) | |
fix in linearizer.h which resolves a warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/c/pgf/linearizer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h index daa6f6438..4fccc7a83 100644 --- a/src/runtime/c/pgf/linearizer.h +++ b/src/runtime/c/pgf/linearizer.h @@ -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 |
