top: polish some things related to the pids adaptation

A patch containing the following miscellaneous tweaks:

. exploit (actually adapt) a pids.h provided VAL macro
. remove some obsolete, now unused, sort related items
. clarify the comment for specialized extractor macros

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2015-08-28 00:00:00 -05:00
committed by Craig Small
parent e169b41a85
commit 1c597b58ef
2 changed files with 9 additions and 12 deletions

View File

@@ -212,8 +212,6 @@ typedef unsigned char FLG_t;
typedef unsigned long long TIC_t;
typedef long long SIC_t;
/* Sort support, callback function signature */
typedef int (*QFP_t)(const void *, const void *);
/* /////////////////////////////////////////////////////////////// */
/* Special Section: multiple windows/field groups --------------- */