diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-04-18 13:37:09 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-04-18 13:37:09 +0000 |
| commit | f050609101e25fdee6f884a0da43dafa8889772e (patch) | |
| tree | 4afdfa6632800f50a4dc7853551334923b73df2b /src/runtime/c/pgf/data.h | |
| parent | ff691dee7b0dfa3ea87952d41b61a7e552b67bac (diff) | |
added API for computing bracketed strings from Python and C
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index fe339a50b..d2e78c7e8 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -128,8 +128,6 @@ typedef struct { extern GU_DECLARE_TYPE(PgfCncCat, abstract); -typedef GuSeq PgfTokens; // -> PgfToken - bool pgf_tokens_equal(PgfTokens t1, PgfTokens t2); @@ -214,7 +212,7 @@ typedef GuSeq PgfSequence; // -> PgfSymbol typedef GuList(PgfSequence) PgfSequences; typedef struct { - PgfCId name; + PgfAbsFun* absfun; PgfExprProb *ep; int funid; GuLength n_lins; |
