My first attempt to synchronize OPTYap with CVS
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@915 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
6c126a4392
commit
e2e49aecd1
@ -10,38 +10,40 @@
|
||||
#define TG_ANSWER_SLOTS 20
|
||||
|
||||
|
||||
#define STATISTICS
|
||||
#define STATISTICS 1
|
||||
/*
|
||||
#define YAPOR_ERRORS
|
||||
#define TABLING_ERRORS
|
||||
#define YAPOR_ERRORS 1
|
||||
#define TABLING_ERRORS 1
|
||||
*/
|
||||
|
||||
|
||||
/* x86_locks.h */
|
||||
#define UNIQUE_WHILE_LOCK
|
||||
|
||||
|
||||
/* amiops.h */
|
||||
/* amiops.h - absmi.h */
|
||||
#define BFZ_TRAIL_SCHEME 1
|
||||
/*#define BBREG_TRAIL_SCHEME*/
|
||||
|
||||
|
||||
#define TABLING_INNER_CUTS
|
||||
|
||||
|
||||
#define TIMESTAMP_CHECK
|
||||
|
||||
|
||||
/*#define TABLE_LOCK_AT_ENTRY_LEVEL*/
|
||||
/*#define TABLE_LOCK_AT_NODE_LEVEL*/
|
||||
#define TABLE_LOCK_AT_WRITE_LEVEL
|
||||
/*
|
||||
#define BBREG_TRAIL_SCHEME 1
|
||||
*/
|
||||
|
||||
|
||||
/* tab.tries.c */
|
||||
/*#define ALLOC_BEFORE_CHECK*/
|
||||
/*
|
||||
#define ALLOC_BEFORE_CHECK 1
|
||||
*/
|
||||
|
||||
/* use heap instead of special areas for memory allocation */
|
||||
#define USE_HEAP 1
|
||||
|
||||
#define TABLE_LOCK_AT_WRITE_LEVEL 1
|
||||
/*
|
||||
#define TABLE_LOCK_AT_ENTRY_LEVEL 1
|
||||
#define TABLE_LOCK_AT_NODE_LEVEL 1
|
||||
*/
|
||||
|
||||
|
||||
#define TABLING_INNER_CUTS 1
|
||||
|
||||
|
||||
#define TIMESTAMP_CHECK 1
|
||||
|
||||
|
||||
#define USE_HEAP 1 /* use heap instead of special areas for memory allocation */
|
||||
|
||||
|
||||
|
||||
@ -60,11 +62,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef YAPOR
|
||||
#undef UNIQUE_WHILE_LOCK
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef TABLING
|
||||
#if !defined(BFZ_TRAIL_SCHEME) && !defined(BBREG_TRAIL_SCHEME)
|
||||
#error Define a trail scheme
|
||||
|
Reference in New Issue
Block a user