st.c:554
static int
numcmp(x, y)
    long x, y;
{
    return x != y;
}
