forked from GitHub/gf-core
make the API for indexing in the parser and the linearizer public since it will be needed in the Haskell binding
This commit is contained in:
@@ -30,7 +30,7 @@ pgf_lzr_add_overl_entry(PgfCncOverloadMap* overl_table,
|
||||
gu_buf_push(entries, void*, entry);
|
||||
}
|
||||
|
||||
PGF_INTERNAL void
|
||||
PGF_API void
|
||||
pgf_lzr_index(PgfConcr* concr,
|
||||
PgfCCat* ccat, PgfProduction prod,
|
||||
bool is_lexical,
|
||||
|
||||
Reference in New Issue
Block a user