mingw complaint with recent versions of gcc

This commit is contained in:
U-Khasa\Vitor
2010-02-10 03:03:03 -06:00
parent c59349d91d
commit 33190e290d
11 changed files with 81 additions and 25 deletions

2
include/yap_structs.h Normal file → Executable file
View File

@@ -161,7 +161,7 @@ typedef struct {
struct yami *p;
} YAP_dogoalinfo;
typedef int (*YAP_agc_hook)(YAP_Atom);
typedef int (*YAP_agc_hook)(void *_Atom);
/********* execution mode ***********************/