Exo compilation, the range example.

This commit is contained in:
Vitor Santos Costa
2013-04-16 20:04:53 -05:00
parent bd9e840e8b
commit 90abff4f2f
23 changed files with 569 additions and 37 deletions

View File

@@ -5436,6 +5436,7 @@ index_ssz(StaticIndex *x, PredEntry *pe)
while (i) {
sz = i->size+sz;
i = i->next;
}
return sz;
}