diff options
Diffstat (limited to 'libiberty/partition.c')
-rw-r--r-- | libiberty/partition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/partition.c b/libiberty/partition.c index b67f0583778..24a99122d55 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -34,7 +34,7 @@ #include "libiberty.h" #include "partition.h" -static int elem_compare PARAMS ((const void *, const void *)); +static int elem_compare (const void *, const void *); /* Creates a partition of NUM_ELEMENTS elements. Initially each element is in a class by itself. */ |