SWI functors is now dynamic

This commit is contained in:
Vítor Santos Costa 2014-10-02 14:25:11 +01:00
parent 4fdd501bbb
commit 2d5f8f136d
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
struct record_list *yap_records;
Atom *swi_atoms;
Functor swi_functors[N_SWI_FUNCTORS];
Functor *swi_functors;
struct swi_reverse_hash swi_reverse_hash[N_SWI_HASH];
Int atom_translations;