windows stuff

This commit is contained in:
Vitor Santos Costa
2013-01-19 11:47:14 +00:00
parent 0e262df2ee
commit 05f9a935e1
5 changed files with 406 additions and 394 deletions

View File

@@ -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 *