SWI functors is now dynamic
This commit is contained in:
parent
4fdd501bbb
commit
2d5f8f136d
@ -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;
|
||||
|
Reference in New Issue
Block a user