trans_ok
static bool trans_ok __P((int, int));
if (newstate != ST_NONE && !trans_ok(curstate, newstate))
if (!trans_ok(curstate, newstate))