MYDDAS: Reserved a predicate property entry Flag, for future use.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1609 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
dc31a4fc40
commit
1265946374
@ -514,6 +514,7 @@ typedef enum
|
|||||||
TabledPredFlag = 0x00000040L, /* is tabled */
|
TabledPredFlag = 0x00000040L, /* is tabled */
|
||||||
SequentialPredFlag = 0x00000020L, /* may not create parallel choice points! */
|
SequentialPredFlag = 0x00000020L, /* may not create parallel choice points! */
|
||||||
ProfiledPredFlag = 0x00000010L, /* pred is being profiled */
|
ProfiledPredFlag = 0x00000010L, /* pred is being profiled */
|
||||||
|
MyddasPredFlag = 0x00000008L, /* Myddas Imported pred */
|
||||||
} pred_flag;
|
} pred_flag;
|
||||||
|
|
||||||
/* profile data */
|
/* profile data */
|
||||||
|
Reference in New Issue
Block a user