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:
vsc
2002-03-12 04:07:10 +00:00
parent 5503ea22f3
commit 0b0b6b103b
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
* Last rev: *
* mods: *
* 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
static char SccsId[] = "%W% %G%";
@@ -374,7 +374,7 @@ AllocCodeSpace(unsigned int size)
/* int FreeWorkSpace() - release workspace */
/************************************************************************/
#ifdef _WIN32
#if defined(_WIN32) || defined(__CYGWIN__)
#include "windows.h"