John Darrington <[email protected]> writes: > One small point about the implementation: It seems that array[0] is > never used. So it count be one int smaller.
It's true, but then all the array references would have to be of the form "array[x - 1]". I figured that the simplicity of reference was worth one "int" worth of storage. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
