fix syntax error in Yatom.h.m4

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@617 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-10-03 14:20:07 +00:00
parent d83d64d1cb
commit 1c252a2420

View File

@ -162,7 +162,7 @@ Inline(IsValProperty, PropFlags, int, flags, (flags == ValProperty) )
CodeOfPred holds the address of the correspondent C-function. CodeOfPred holds the address of the correspondent C-function.
*/ */
typedef enum { typedef enum {
UnCutAblePredFlag= 0x8000000L /* Predicate may not be cut */ UnCutAblePredFlag= 0x8000000L, /* Predicate may not be cut */
CountPredFlag = 0x4000000L, /* count calls to pred */ CountPredFlag = 0x4000000L, /* count calls to pred */
HiddenPredFlag = 0x2000000L, /* invisible predicate */ HiddenPredFlag = 0x2000000L, /* invisible predicate */
CArgsPredFlag = 0x1000000L, /* SWI-like C-interface pred. */ CArgsPredFlag = 0x1000000L, /* SWI-like C-interface pred. */
@ -190,7 +190,7 @@ typedef enum {
SequentialPredFlag=0x000020L, /* may not create par. choice points!*/ SequentialPredFlag=0x000020L, /* may not create par. choice points!*/
#endif /* YAPOR */ #endif /* YAPOR */
ProfiledPredFlag = 0x000010L, /* pred is being profiled */ ProfiledPredFlag = 0x000010L, /* pred is being profiled */
LogUpdatePredFlag= 0x000008L, /* dynamic predicate with log. upd. sem.*/ LogUpdatePredFlag= 0x000008L /* dynamic predicate with log. upd. sem.*/
} pred_flag; } pred_flag;
/* profile data */ /* profile data */