summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h4
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;