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:
tiagosoares 2006-04-24 12:05:51 +00:00
parent dc31a4fc40
commit 1265946374
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ typedef enum
TabledPredFlag = 0x00000040L, /* is tabled */
SequentialPredFlag = 0x00000020L, /* may not create parallel choice points! */
ProfiledPredFlag = 0x00000010L, /* pred is being profiled */
MyddasPredFlag = 0x00000008L, /* Myddas Imported pred */
} pred_flag;
/* profile data */