generated files

This commit is contained in:
Vítor Santos Costa
2016-01-31 10:41:01 +00:00
parent 06a2caf7a9
commit ad7bef51c6
7 changed files with 14 additions and 10 deletions

View File

@@ -120,12 +120,12 @@
Yap_ExecutionMode = INTERPRETED;
PredsInHashTable = 0;
PredHashTableSize = 0;
InitPredHash();
#if defined(YAPOR) || defined(THREADS)
#endif
PredsInHashTable = 0;
CreepCode = RepPredProp(PredPropByFunc(Yap_MkFunctor(AtomCreep,1),PROLOG_MODULE));
UndefCode = RepPredProp(PredPropByFunc(Yap_MkFunctor(AtomUndefp,2),PROLOG_MODULE));