merge from gcc

This commit is contained in:
DJ Delorie
2005-04-19 19:09:30 +00:00
parent 39511478d0
commit 5484689472
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
}