summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-12-01 09:41:48 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-12-01 09:41:48 +0000
commit35e76a5fe8513ca5106cf959f0456f4c95a05d61 (patch)
tree53f794f73bd5320546f9d35d78ea3e705c945f3e /src
parentb0f9ba0c8b51b1355283ebf7c43e5719a8004f5c (diff)
fix in linearizer.h to make jpgf compilable
Diffstat (limited to 'src')
-rw-r--r--src/runtime/c/pgf/linearizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h
index 4fccc7a83..6cd2e1782 100644
--- a/src/runtime/c/pgf/linearizer.h
+++ b/src/runtime/c/pgf/linearizer.h
@@ -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