fix the compilation failure for real
authorJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 16:52:27 +0000 (18:52 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 16:52:27 +0000 (18:52 +0200)
* src/sort.c (monthtab): Neither "const" may be added.

src/sort.c

index a5c6ff3..bec3cf0 100644 (file)
@@ -205,7 +205,7 @@ static char fold_toupper[UCHAR_LIM];
 
 /* Table mapping month names to integers.
    Alphabetic order allows binary search. */
-static struct month const monthtab[] =
+static struct month monthtab[] =
 {
   {"APR", 4},
   {"AUG", 8},