Fixed error checking for missing functions in iterator objects given to foreach(). (foreach() would previously simply loop forever with index 0 and value 0 if given something that isn't an iterator.) Rev: src/iterators.cmod:1.42 Rev: src/testsuite.in:1.650