On 15/01/13 22:42, Nick Wellnhofer wrote:
On another note, the line "ASSERT_ARGS(auxcmpfunc)" is useless. auxcmpfunc will 
always be non-null.

that's checking the arguments to auxcmpfunc() are non-null, not the value of auxcmpfunc itself (which, as you correctly point out, will be non-null). see the surroundings of src/pmc/fixedintegerarray.pmc:26.

cheers,

--matt


--
Matthew Boyle, Systems Administrator, CoreFiling Limited
Telephone: +44-1865-203192  Website: http://www.corefiling.com
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to