TOKEN_MAX
if (tokens > TOKEN_MAX)
tokens = TOKEN_MAX;
r->r_tokens = TOKEN_MAX - INITIATION_COST;
int cc_score_adjustments[TOKEN_MAX + 1][8]; /* XXX, 8 > max of cc_thresholds */
int cc_initial_scores[TOKEN_MAX + 1][8]; /* XXX, 8 > max of cc_thresholds */
short *cc_places[TOKEN_MAX + 1];
char string[TOKEN_MAX];
short cc_thresholds[TOKEN_MAX + 1];
short cc_wthresholds[TOKEN_MAX + 1];
short cc_wlimits[TOKEN_MAX + 1];
ttputc(TOKEN_MAX + ' ');
tt.tt_token_max = TOKEN_MAX;