(as_extend, as_costcomp, gen_power, powcmp): Fix non-portable function

cast.
(qsort_func_t): Unused, remove.
This commit is contained in:
Markus Armbruster 2005-02-24 18:47:26 +00:00
parent b360d076d3
commit 0aaf0084aa
5 changed files with 12 additions and 12 deletions

View file

@ -132,8 +132,6 @@ extern int debug;
*/
#define CANT_HAPPEN(expr) ((expr) ? oops(#expr, __FILE__, __LINE__) : 0)
typedef int (*qsort_func_t) (const void *, const void *);
/* return codes from command routines */
#define RET_OK 0 /* command completed sucessfully */
#define RET_FAIL 1 /* command completed unsucessfully [?] */