diff --git a/src/sort.c b/src/sort.c index 913019053..733df0adf 100644 --- a/src/sort.c +++ b/src/sort.c @@ -610,6 +610,36 @@ limfield (const struct line *line, const struct keyfield *key) ++ptr; } +#ifdef POSIX_UNSPECIFIED + /* The following block of code makes GNU sort incompatible with + standard Unix sort, so it's ifdef'd out for now. + The POSIX spec isn't clear on how to interpret this. + FIXME: request clarification. + + From: kwzh@gnu.ai.mit.edu (Karl Heuer) + Date: Thu, 30 May 96 12:20:41 -0400 + + [...]I believe I've found another bug in `sort'. + + $ cat /tmp/sort.in + a b c 2 d + pq rs 1 t + $ textutils-1.15/src/sort +0.6 -0.7