summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-02-11 10:16:58 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-02-11 10:16:58 +0000
commit10ef298fa00bd100bc854c5c8570a550f470dde4 (patch)
treee8cd18564f1967a7999c16296f4a1005f6cd42b6 /src/runtime/c/pgf/data.h
parent88d20ca61238edb14e1151509484c60ef5d967ee (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.h2
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 {