(as_extend, as_costcomp, gen_power, powcmp): Fix non-portable function
cast. (qsort_func_t): Unused, remove.
This commit is contained in:
parent
b360d076d3
commit
0aaf0084aa
5 changed files with 12 additions and 12 deletions
|
@ -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 [?] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue