I think that it's clearer if aroot is only struct arena_set *
authorNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 11:45:24 +0000 (11:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 11:45:24 +0000 (11:45 +0000)
commit39244528574f0425e97af023e283eee5572107b8
treebbe289cbd7bedf140377e318185e7797f0b53500
parent8727f688bf9bab57862da9dd9073020b13c82940
I think that it's clearer if aroot is only struct arena_set *
(rather than ** and constantly dereferneced). Move the declaration
of new_root into the block it is used in. Add a comment describing
where the arenas for arena_sets themselves aren't rooted anywhere.

p4raw-id: //depot/perl@29881
sv.c