From 301b1009887440a76cd7022dbb53bda4211d49db Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 6 Sep 2017 14:37:51 +0200 Subject: word completion in the C parser now returns information about the function which generates the token --- src/runtime/c/pgf/pgf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index e6c1c70b8..ceeb1f54b 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -200,6 +200,7 @@ pgf_parse_with_oracle(PgfConcr* concr, PgfType* typ, typedef struct { PgfToken tok; PgfCId cat; + PgfCId fun; prob_t prob; } PgfTokenProb; -- cgit v1.2.3