fix limit on atoms to ints

This commit is contained in:
Vítor Santos Costa
2013-10-08 13:04:30 +01:00
parent c757e51cb0
commit 70d864b13d
7 changed files with 710 additions and 697 deletions

View File

@@ -295,7 +295,7 @@
struct record_list *yap_records;
Atom swi_atoms[2*N_SWI_ATOMS];
Atom *swi_atoms;
Functor swi_functors[N_SWI_FUNCTORS];
struct swi_reverse_hash swi_reverse_hash[N_SWI_HASH];