merge from gcc

This commit is contained in:
DJ Delorie
2005-03-28 17:14:34 +00:00
parent 8391b9b130
commit e064c173c6
5 changed files with 223 additions and 334 deletions

View File

@@ -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. */