diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-02-11 10:16:58 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-02-11 10:16:58 +0000 |
| commit | 10ef298fa00bd100bc854c5c8570a550f470dde4 (patch) | |
| tree | e8cd18564f1967a7999c16296f4a1005f6cd42b6 /src/runtime/c/pgf/data.h | |
| parent | 88d20ca61238edb14e1151509484c60ef5d967ee (diff) | |
the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index f2cbc31cc..8c3919b8d 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -351,7 +351,7 @@ typedef struct { } PgfPattApp; typedef struct { - PgfLiteral* lit; + PgfLiteral lit; } PgfPattLit; typedef struct { |
