From 10ef298fa00bd100bc854c5c8570a550f470dde4 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 11 Feb 2013 10:16:58 +0000 Subject: the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API --- src/runtime/c/pgf/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/data.h') 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 { -- cgit v1.2.3