diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2005-04-19 18:26:43 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2005-04-19 18:26:43 +0000 |
commit | 8766be86859c2377be11ddcc28fbb966c24033b6 (patch) | |
tree | 94e3ebdcb26d7ee52039b497fe251f42669043ec /include/sort.h | |
parent | 2586bf38d81521841f2f743ebabd445b489c3060 (diff) | |
download | gcc-8766be86859c2377be11ddcc28fbb966c24033b6.tar.gz |
hashtab.h, [...]: Don't use the PTR macro.
* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
Don't use the PTR macro.
* sort.h: Don't use the PARAMS macro.
From-SVN: r98416
Diffstat (limited to 'include/sort.h')
-rw-r--r-- | include/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sort.h b/include/sort.h index 3f3a92f18f0..10aafb08556 100644 --- a/include/sort.h +++ b/include/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 } |