- move all generated files to their own directory

- cleanups
`:wq
This commit is contained in:
V'itor Santos Costa
2016-02-11 06:13:16 -08:00
parent 74b2b5561d
commit 6961626a3d
12 changed files with 9 additions and 72 deletions

View File

@@ -280,16 +280,6 @@
ADDR ForeignCodeMax_;
/* recorded terms */
struct record_list *Yap_Records_;
/* SWI atoms and functors */
Atom *SWI_Atoms_;
Functor *SWI_Functors_;
swi_rev_hash SWI_ReverseHash_[N_SWI_HASH];
/* integer access to atoms */
Int AtomTranslations_;
Int MaxAtomTranslations_;
/* integer access to functors */
Int FunctorTranslations_;
Int MaxFunctorTranslations_;
Atom EmptyWakeups_[MAX_EMPTY_WAKEUPS];
int MaxEmptyWakeups_;
/* SWI blobs */