Show More
@@ -508,6 +508,7 b' static PyObject *reachableroots2(indexOb' | |||
|
508 | 508 | |
|
509 | 509 | /* Internal data structure: |
|
510 | 510 | * tovisit: array of length len+1 (all revs + nullrev), filled upto lentovisit |
|
511 | * | |
|
511 | 512 | * revstates: array of length len+1 (all revs + nullrev) */ |
|
512 | 513 | int *tovisit = NULL; |
|
513 | 514 | long lentovisit = 0; |
General Comments 0
You need to be logged in to leave comments.
Login now