WIN64 support (sill needs improvement)

This commit is contained in:
Vitor Santos Costa
2014-03-06 02:09:48 +00:00
parent 49d643d98f
commit 2c89aadb11
59 changed files with 3460 additions and 2852 deletions

4
misc/GLOBALS Normal file → Executable file
View File

@@ -68,8 +68,8 @@ pthread_t master_thread void
#endif /* THREADS */
// streams
YP_FILE* stdout =stdout
YP_FILE* stderr =stderr
struct io_stream* stdout =Soutput
struct io_stream* stderr =Serror
// access to yap initial arguments
char** argv void