diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-12-01 09:41:48 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-12-01 09:41:48 +0000 |
| commit | 35e76a5fe8513ca5106cf959f0456f4c95a05d61 (patch) | |
| tree | 53f794f73bd5320546f9d35d78ea3e705c945f3e /src/runtime | |
| parent | b0f9ba0c8b51b1355283ebf7c43e5719a8004f5c (diff) | |
fix in linearizer.h to make jpgf compilable
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/c/pgf/linearizer.h | 2 |
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 |
