From f050609101e25fdee6f884a0da43dafa8889772e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 18 Apr 2013 13:37:09 +0000 Subject: added API for computing bracketed strings from Python and C --- src/runtime/c/pgf/data.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/runtime/c/pgf/data.h') 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; -- cgit v1.2.3