get rid of findExecutable
This commit is contained in:
parent
c7f700627d
commit
6c9c410283
@ -117,7 +117,7 @@ Yap_FindExecutable(void)
|
|||||||
// follow through to standard method
|
// follow through to standard method
|
||||||
#endif
|
#endif
|
||||||
return
|
return
|
||||||
findExecutable(GLOBAL_argv[0], buf);
|
NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
|
Reference in New Issue
Block a user