This commit is contained in:
Vítor Santos Costa
2008-12-22 12:02:22 +00:00
parent e51a4c2f5b
commit 60b899ee4d
27 changed files with 18468 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
int defFeature(const char *c, int f, ...) {
/**** add extra flags to engine: nowadays PL_set_prolog_flag */
return 0;
}
int trueFeature(int f) {
/**** define whether the feature is set or not */
return 0;
}