Michael Schmitt wrote:
> Hi guys,
>
> today I had a quick look at your recent patches. Everything was quite
> intuitive until I checked the updates of "text.C". Oh, my God! 1100
> line sof differences! Are you sure that what is entitled a "cleanup by
> John and Michael" indeed does not change the semantics of the code???
> Or have you fixed some bugs at the same time? Is there anything that I
> should test?
>
> Regards, Michael
>
>
>
Assuming I'm the Michael mentioned there. My stuff just changed some
tests of (vector.size() == 0) to (vector.empty()). Resulting in 3 lines
of differences.