change define ENV_COPY to YAPOR_COPY in 1 file.
This commit is contained in:
parent
810c96416b
commit
836f3adc9b
@ -54,16 +54,16 @@
|
|||||||
#error Do not explicitly define YAPOR
|
#error Do not explicitly define YAPOR
|
||||||
#endif /* YAPOR */
|
#endif /* YAPOR */
|
||||||
|
|
||||||
#if (defined(ENV_COPY) && (defined(ACOW) || defined(SBA))) || (defined(ACOW) && defined(SBA))
|
#if (defined(YAPOR_COPY) && (defined(ACOW) || defined(SBA))) || (defined(ACOW) && defined(SBA))
|
||||||
#error Do not define multiple or-parallel models
|
#error Do not define multiple or-parallel models
|
||||||
#endif /* (ENV_COPY && (ACOW || SBA)) || (ACOW && SBA) */
|
#endif /* (YAPOR_COPY && (ACOW || SBA)) || (ACOW && SBA) */
|
||||||
|
|
||||||
#if defined(ENV_COPY) || defined(ACOW) || defined(SBA)
|
#if defined(YAPOR_COPY) || defined(ACOW) || defined(SBA)
|
||||||
#define YAPOR 1
|
#define YAPOR 1
|
||||||
#endif /* ENV_COPY || ACOW || SBA */
|
#endif /* YAPOR_COPY || ACOW || SBA */
|
||||||
|
|
||||||
#if defined(TABLING) && (defined(ACOW) || defined(SBA))
|
#if defined(TABLING) && (defined(ACOW) || defined(SBA))
|
||||||
#error Currently TABLING only works with ENV_COPY
|
#error Currently TABLING only works with YAPOR_COPY
|
||||||
#endif /* TABLING && (ACOW || SBA) */
|
#endif /* TABLING && (ACOW || SBA) */
|
||||||
|
|
||||||
#ifdef YAPOR
|
#ifdef YAPOR
|
||||||
@ -365,6 +365,7 @@ typedef CELL Term;
|
|||||||
|
|
||||||
#include "Regs.h"
|
#include "Regs.h"
|
||||||
|
|
||||||
|
|
||||||
#if defined(YAPOR) ||defined(THREADS)
|
#if defined(YAPOR) ||defined(THREADS)
|
||||||
#ifdef mips
|
#ifdef mips
|
||||||
#include <locks_mips_funcs.h>
|
#include <locks_mips_funcs.h>
|
||||||
|
Reference in New Issue
Block a user