CFDECLSPEC -> QSORTCALLBACK

also remove one inappropriate use of CFDECLSPEC
This commit is contained in:
nhmall
2021-01-31 13:58:19 -05:00
parent 322293993f
commit 41fc278cfb
9 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ static void status_enlightenment(int, int);
static void weapon_insight(int);
static void attributes_enlightenment(int, int);
static void show_achievements(int);
static int CFDECLSPEC vanqsort_cmp(const genericptr, const genericptr);
static int QSORTCALLBACK vanqsort_cmp(const genericptr, const genericptr);
static int set_vanq_order(void);
static int num_extinct(void);
@@ -2193,7 +2193,7 @@ static const char *vanqorders[NUM_VANQ_ORDER_MODES] = {
"by count, low to high, by internal index within tied count",
};
static int CFDECLSPEC
static int QSORTCALLBACK
vanqsort_cmp(const genericptr vptr1, const genericptr vptr2)
{
int indx1 = *(short *) vptr1, indx2 = *(short *) vptr2,