summaryrefslogtreecommitdiff
path: root/src/runtime/c
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-11-27 15:20:46 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-11-27 15:20:46 +0000
commit6f2195f79323d613f70d33e85961cdee4d8de18a (patch)
treed5986bb79c93ca47dbdb7ee9ad35d14c2d056aa0 /src/runtime/c
parentf63e8faf006cfe9dd69e0248590194b03d142fd6 (diff)
fix in linearizer.h which resolves a warning
Diffstat (limited to 'src/runtime/c')
-rw-r--r--src/runtime/c/pgf/linearizer.h3
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