X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=include%2Fsort.h;h=582af81623b80e3f7f9030681ed7f12ef2d18ede;hb=c11ee82609faee40620ebe18ae6b627060effab7;hp=b974059ddfabc04e95fd6894d3f09ba4804857c7;hpb=59f598943ff10a79b25cf412288e59a2ea2cbba5;p=pf3gnuchains%2Fgcc-fork.git diff --git a/include/sort.h b/include/sort.h index b974059ddfa..582af81623b 100644 --- a/include/sort.h +++ b/include/sort.h @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GCC. @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #ifndef SORT_H #define SORT_H @@ -31,11 +31,11 @@ Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include +#include "ansidecl.h" /* Sort an array of pointers. */ -extern void sort_pointers PARAMS ((size_t, void **, void **)); +extern void sort_pointers (size_t, void **, void **); #ifdef __cplusplus }