Fix a warning
This commit is contained in:
@@ -40,12 +40,12 @@ static void FDECL((*getpos_hilitefunc), (int)) = (void FDECL((*), (int))) 0;
|
|||||||
static boolean FDECL((*getpos_getvalid), (int,int)) = (boolean FDECL((*), (int,int))) 0;
|
static boolean FDECL((*getpos_getvalid), (int,int)) = (boolean FDECL((*), (int,int))) 0;
|
||||||
|
|
||||||
void
|
void
|
||||||
getpos_sethilite(f, d)
|
getpos_sethilite(gp_hilitef, gp_getvalidf)
|
||||||
void FDECL((*f), (int));
|
void FDECL((*gp_hilitef), (int));
|
||||||
boolean FDECL((*d), (int,int));
|
boolean FDECL((*gp_getvalidf), (int,int));
|
||||||
{
|
{
|
||||||
getpos_hilitefunc = f;
|
getpos_hilitefunc = gp_hilitef;
|
||||||
getpos_getvalid = d;
|
getpos_getvalid = gp_getvalidf;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *const gloc_descr[NUM_GLOCS][4] = {
|
const char *const gloc_descr[NUM_GLOCS][4] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user