the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API

This commit is contained in:
kr.angelov
2013-02-11 10:16:58 +00:00
parent 88d20ca612
commit 10ef298fa0
6 changed files with 919 additions and 672 deletions

View File

@@ -351,7 +351,7 @@ typedef struct {
} PgfPattApp;
typedef struct {
PgfLiteral* lit;
PgfLiteral lit;
} PgfPattLit;
typedef struct {