From d1410aba223edf235b83a70be0890b48fd07e585 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 26 Jun 2013 09:35:50 +0000 Subject: we no longer maintain an explicit list of functions per category since now it is implicitly kept in the JIT compiled code --- src/runtime/c/pgf/jit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/pgf/jit.h') diff --git a/src/runtime/c/pgf/jit.h b/src/runtime/c/pgf/jit.h index eb9d7005e..04265547a 100644 --- a/src/runtime/c/pgf/jit.h +++ b/src/runtime/c/pgf/jit.h @@ -10,7 +10,7 @@ void pgf_jit_done(PgfJitState* state, PgfAbstr* abstr); void -pgf_jit_predicate(PgfJitState* state, - PgfCIdMap* abscats, PgfAbsCat* abscat); +pgf_jit_predicate(PgfJitState* state, PgfCIdMap* abscats, + PgfAbsCat* abscat, GuBuf* functions); #endif -- cgit v1.2.3