windows stuff
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
* YAP_FindExecutable(argv[0]) should be called on yap initialization to
|
||||
* locate the executable of Yap
|
||||
*/
|
||||
void
|
||||
Yap_FindExecutable(char *name)
|
||||
char *
|
||||
Yap_FindExecutable(void)
|
||||
{
|
||||
return NULL;
|
||||
return "yap";
|
||||
}
|
||||
|
||||
void *
|
||||
|
Reference in New Issue
Block a user