From bcb97a336e56fa28c4f0061602e355a3ef5abaf6 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 14 Sep 2017 18:11:24 +0200 Subject: make the API for indexing in the parser and the linearizer public since it will be needed in the Haskell binding --- src/runtime/c/pgf/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/parser.c') diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index a1f0e5bbb..b1916c218 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -2504,7 +2504,7 @@ pgf_lookup_word_prefix(PgfConcr *concr, GuString prefix, return &state->en; } -PGF_INTERNAL void +PGF_API void pgf_parser_index(PgfConcr* concr, PgfCCat* ccat, PgfProduction prod, bool is_lexical, -- cgit v1.2.3