mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
enable the PGF JIT compiler for Android
This commit is contained in:
@@ -169,7 +169,7 @@ Java_org_grammaticalframework_pgf_PGF_readPGF__Ljava_io_InputStream_2(JNIEnv *en
|
||||
JInStream* jstream = gu_new(JInStream, tmp_pool);
|
||||
jstream->stream.begin_buffer = jpgf_jstream_begin_buffer;
|
||||
jstream->stream.end_buffer = jpgf_jstream_end_buffer;
|
||||
jstream->stream.input = NULL;;
|
||||
jstream->stream.input = NULL;
|
||||
jstream->java_stream = java_stream;
|
||||
jstream->env = env;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user