From 355926694dd41b2d7e2ce615aad1277ff7953a02 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 4 Feb 2007 00:01:42 +0100 Subject: [PATCH] Remember to undefine SORT_PREFIX. --- lib/sorter/sorter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sorter/sorter.h b/lib/sorter/sorter.h index f3b3a5cb..56ccec55 100644 --- a/lib/sorter/sorter.h +++ b/lib/sorter/sorter.h @@ -242,6 +242,7 @@ static struct fastbuf *P(sort)( return ctx.out_fb; } +#undef SORT_PREFIX #undef SORT_KEY #undef SORT_KEY_REGULAR #undef SORT_KEY_SIZE -- 2.39.2