merge from gcc

This commit is contained in:
DJ Delorie 2005-04-19 19:09:30 +00:00
parent a008ac0314
commit a288642de0
7 changed files with 36 additions and 30 deletions

View file

@ -35,7 +35,7 @@ extern "C" {
/* Sort an array of pointers. */
extern void sort_pointers PARAMS ((size_t, void **, void **));
extern void sort_pointers (size_t, void **, void **);
#ifdef __cplusplus
}