MAXANCACHE
struct an_sigcache an_sigcache[MAXANCACHE]; /* array of cache entries */
if ( sc->an_nextitem < MAXANCACHE ) {
if (wrapindex == MAXANCACHE) {
if (cache_slot < 0 || cache_slot >= MAXANCACHE) {
cache_slot, MAXANCACHE);
struct an_sigcache an_sigcache[MAXANCACHE];