From 151f86c1e9e518c34a76ff5fdab9afd34000fe0d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 28 Oct 2013 12:35:37 +0000 Subject: fix the handling of 'pre' in the C runtime --- src/runtime/c/pgf/data.h | 1 + 1 file changed, 1 insertion(+) (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 163d45d95..ea932d111 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -237,6 +237,7 @@ struct PgfConcr { PgfCncOverloadMap* coerce_idx; PgfCncFuns* cncfuns; PgfSequences* sequences; + GuBuf* pre_sequences; PgfCIdMap* cnccats; PgfCallbacksMap* callbacks; int total_cats; -- cgit v1.2.3