disable MPI checking by default.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@406 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
5503ea22f3
commit
0b0b6b103b
@ -12,7 +12,7 @@
|
|||||||
* Last rev: *
|
* Last rev: *
|
||||||
* mods: *
|
* mods: *
|
||||||
* comments: allocating space *
|
* comments: allocating space *
|
||||||
* version:$Id: alloc.c,v 1.17 2002-03-08 06:33:16 vsc Exp $ *
|
* version:$Id: alloc.c,v 1.18 2002-03-12 04:07:09 vsc Exp $ *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
#ifdef SCCS
|
#ifdef SCCS
|
||||||
static char SccsId[] = "%W% %G%";
|
static char SccsId[] = "%W% %G%";
|
||||||
@ -374,7 +374,7 @@ AllocCodeSpace(unsigned int size)
|
|||||||
/* int FreeWorkSpace() - release workspace */
|
/* int FreeWorkSpace() - release workspace */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
|
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* File: Yap.h.m4 *
|
* File: Yap.h.m4 *
|
||||||
* mods: *
|
* mods: *
|
||||||
* comments: main header file for YAP *
|
* comments: main header file for YAP *
|
||||||
* version: $Id: Yap.h.m4,v 1.23 2002-03-08 06:33:16 vsc Exp $ *
|
* version: $Id: Yap.h.m4,v 1.24 2002-03-12 04:07:10 vsc Exp $ *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
@ -244,7 +244,7 @@ extern char Option[20];
|
|||||||
#endif
|
#endif
|
||||||
#elif __svr4__
|
#elif __svr4__
|
||||||
#define MMAP_ADDR 0x02000000
|
#define MMAP_ADDR 0x02000000
|
||||||
#elif _WIN32
|
#elif defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#define MMAP_ADDR 0x30000000L
|
#define MMAP_ADDR 0x30000000L
|
||||||
#endif
|
#endif
|
||||||
#endif /* !IN_SECOND_QUADRANT */
|
#endif /* !IN_SECOND_QUADRANT */
|
||||||
|
Reference in New Issue
Block a user