fixes for win64 compilation.

This commit is contained in:
Vitor Santos Costa
2014-09-16 19:15:56 +01:00
parent 0ad92137a9
commit 8461026303
15 changed files with 122 additions and 90 deletions

View File

@@ -50,12 +50,12 @@ static char *rcsid = "$Header: /Users/vitor/Yap/yap-cvsbackup/library/mpi/mpe.c,
#include "Yatom.h"
#include <mpe.h>
STATIC_PROTO (Int p_init, (void));
STATIC_PROTO (Int p_start, (void));
STATIC_PROTO (Int p_close, (void));
STATIC_PROTO (Int p_create_event, (void));
STATIC_PROTO (Int p_create_state, (void));
STATIC_PROTO (Int p_log, (void));
static Int p_init(void);
static Int p_start(void);
static Int p_close(void);
static Int p_create_event(void);
static Int p_create_state(void);
static Int p_log(void);
/*