Autzoo.965 hacknews utzoo!henry Tue Sep 22 11:41:08 1981 sort(1) fixes Made the fixes to the sort program suggested in netnews: fixed a minor portability bug and made a frequently-used function a macro. Interestingly enough, the latter fix actually SHRUNK the total code: the space lost by repeating the code was more than made up by the elimination of the overhead of having an entire function just to do a simple test.