remove debugging

This commit is contained in:
Vítor Santos Costa 2014-03-18 17:27:12 +00:00
parent 39498868fb
commit 0e1b1dd4bc

View File

@ -1979,8 +1979,8 @@ PL_initialise(int myargc, char **myargv)
GLOBAL_PL_Argc = myargc;
GLOBAL_PL_Argv = myargv;
GLOBAL_InitialisedFromPL = TRUE;
getchar();
return YAP_Init(&init_args) != YAP_BOOT_ERROR;
int rc = YAP_Init(&init_args) != YAP_BOOT_ERROR;
return rc;
}
X_API int