diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-08-19 15:34:19 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-08-19 15:34:19 +0000 |
| commit | d1368c35198630ee9ae16f31f735512a4a30703b (patch) | |
| tree | dcdfdd105cb7502093a85b75276708734ab0a18b /src/runtime/c/pgf/lexer.h | |
| parent | 2aa14bfef8a69145deaef28be7458cf8a3d73dbd (diff) | |
word completion in the C runtime now returns multi-word expressions and the category for every expression
Diffstat (limited to 'src/runtime/c/pgf/lexer.h')
| -rw-r--r-- | src/runtime/c/pgf/lexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/lexer.h b/src/runtime/c/pgf/lexer.h index d2992ee06..5a0323332 100644 --- a/src/runtime/c/pgf/lexer.h +++ b/src/runtime/c/pgf/lexer.h @@ -10,6 +10,7 @@ typedef GuSeq PgfTokens; // -> PgfToken typedef struct { prob_t prob; + PgfCId cat; PgfToken tok; } PgfTokenProb; |
