more packages stuff

This commit is contained in:
Vitor Santos Costa
2009-02-16 17:19:43 +00:00
parent e5d11cfa16
commit e9e01815af
30 changed files with 16 additions and 16 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;
}