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 @@
/* Anderson's JIT */
yap_exec_mode Yap_ExecutionMode_;
/* The Predicate Hash Table: fast access to predicates. */
UInt PredsInHashTable_;
uint64_t PredHashTableSize_;
struct pred_entry **PredHash_;
#if defined(YAPOR) || defined(THREADS)
rwlock_t PredHashRWLock_;
#endif
UInt PredsInHashTable_;
UInt PredHashTableSize_;
/* Well-Known Predicates */
struct pred_entry *CreepCode_;
struct pred_entry *UndefCode_;