merge from gcc
This commit is contained in:
parent
d226df4d47
commit
007425f1be
7 changed files with 21 additions and 12 deletions
|
@ -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 <mark@codesourcery.com>.
|
||||
|
||||
This file is part of GCC.
|
||||
|
@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include "ansidecl.h"
|
||||
|
||||
/* Sort an array of pointers. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue