forked from GitHub/gf-core
the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API
This commit is contained in:
@@ -351,7 +351,7 @@ typedef struct {
|
||||
} PgfPattApp;
|
||||
|
||||
typedef struct {
|
||||
PgfLiteral* lit;
|
||||
PgfLiteral lit;
|
||||
} PgfPattLit;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user