remove debugging
This commit is contained in:
parent
39498868fb
commit
0e1b1dd4bc
@ -1979,8 +1979,8 @@ PL_initialise(int myargc, char **myargv)
|
|||||||
GLOBAL_PL_Argc = myargc;
|
GLOBAL_PL_Argc = myargc;
|
||||||
GLOBAL_PL_Argv = myargv;
|
GLOBAL_PL_Argv = myargv;
|
||||||
GLOBAL_InitialisedFromPL = TRUE;
|
GLOBAL_InitialisedFromPL = TRUE;
|
||||||
getchar();
|
int rc = YAP_Init(&init_args) != YAP_BOOT_ERROR;
|
||||||
return YAP_Init(&init_args) != YAP_BOOT_ERROR;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
X_API int
|
X_API int
|
||||||
|
Reference in New Issue
Block a user