fixes for win64 compilation.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user