> > All the tests pass, and the command: > grep -l GeglScanlineFunc *.c | xargs grep -l iters > Tells me there are no more files that implement the old interface (even > ones that are not tested). > > Every file I modified should compile under: > gcc -Wall -pedantic -O0 -g > with no warnings. > Great. I will probably go ahead and commit this then. Calvin