STATIC_DCL void FDECL(s_to_anything, (anything *, char *, int));
STATIC_OVL int FDECL(percentage, (struct istat_s *, struct istat_s *));
STATIC_OVL int FDECL(compare_blstats, (struct istat_s *, struct istat_s *));
-STATIC_OVL int FDECL(de_pointer_type, (int));
# ifdef STATUS_HILITES
STATIC_DCL boolean FDECL(assign_hilite, (char *, char *, char *, char *));
STATIC_DCL char *FDECL(clridx_to_s, (char *, int));
if ((!bl1->a.a_void || !bl2->a.a_void) &&
(anytype == ANY_IPTR || anytype == ANY_UPTR ||
anytype == ANY_LPTR || anytype == ANY_ULPTR)) {
- panic("compare_blstat: invalid pointer %ls, %ld",
+ panic("compare_blstat: invalid pointer %ld, %ld",
(long)bl1->a.a_void, (long)bl2->a.a_void);
}
return buf;
}
-STATIC_OVL int
-de_pointer_type(anytype)
-int anytype;
-{
- int dt = anytype;
- if (anytype == ANY_IPTR) dt = ANY_INT;
- else if (anytype == ANY_LPTR) dt = ANY_LONG;
- else if (anytype == ANY_UPTR) dt = ANY_UINT;
- else if (anytype == ANY_ULPTR) dt = ANY_ULONG;
- return dt;
-}
-
boolean
status_hilite_menu()
{