move to Yap-4.5.7
Fix clause size git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1236 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1059,9 +1059,9 @@ void clean_tokens(TokEntry *tk)
|
||||
void
|
||||
Yap_clean_tokenizer(TokEntry *tokstart, VarEntry *vartable, VarEntry *anonvartable)
|
||||
{
|
||||
scanner_extra_alloc *ptr = ScannerExtraBlocks;
|
||||
struct scanner_extra_alloc *ptr = ScannerExtraBlocks;
|
||||
while (ptr) {
|
||||
scanner_extra_alloc *next = ptr->next;
|
||||
struct scanner_extra_alloc *next = ptr->next;
|
||||
free(ptr);
|
||||
ptr = next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user