X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=include%2Fsort.h;h=582af81623b80e3f7f9030681ed7f12ef2d18ede;hb=d656d07a0ea99c1a5c9c8273f2fe486381e12c15;hp=3f3a92f18f0a7f37e08c31217c961c27efbe245b;hpb=5f94337d5b620d148541c7b3807fbdfe5ae79eb6;p=pf3gnuchains%2Fgcc-fork.git diff --git a/include/sort.h b/include/sort.h index 3f3a92f18f0..582af81623b 100644 --- a/include/sort.h +++ b/include/sort.h @@ -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 @@ -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 }