Skip to content
Snippets Groups Projects
Commit 534a2475 authored by Mick Jordan's avatar Mick Jordan
Browse files

add global variables from Rinterface.h

parent 8d86ed06
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ static int initialized = 0;
static jclass rembeddedClass;
static jclass rStartParamsClass;
int R_running_as_main_program;
int R_SignalHandlers;
typedef jint (JNICALL *JNI_CreateJavaVMFunc)
(JavaVM **pvm, void **penv, void *args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment