Do not use SWI internal stuff directly

This commit is contained in:
Vítor Santos Costa 2015-06-18 00:12:59 +01:00
parent 254e63fc8c
commit 7fda0bf07f
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ clean_atoms(void)
clean_atom_list(&INVISIBLECHAIN); clean_atom_list(&INVISIBLECHAIN);
{ {
AtomHashEntry list; AtomHashEntry list;
list.Entry = SWI_Blobs; list.Entry = Blobs;
clean_atom_list(&list); clean_atom_list(&list);
} }
} }