In check_new(), tv can never be NULL, so assert() this.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Apr 2011 15:54:30 +0000 (16:54 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 16 Apr 2011 14:01:51 +0000 (15:01 +0100)
commit7089796d3c88758e1be965bbdbf35056e4196ad1
treed9b3eb2548d80d1f5b2a1041c1b5ceff7db7190b
parent2eb93d086a1be1228263b43daaac61ccb62054f0
In check_new(), tv can never be NULL, so assert() this.

This will simplify future refactoring.
Size.xs