MAXSYM
for (i = 0; i < MAXSYM; i++) { /* this routine knows too much */
cp = (CELL **) malloc(MAXSYM * sizeof (CELL *));
for (i = 0; i < MAXSYM; i++)
for (i = 0; i < MAXSYM; i++) {
return (hashval % MAXSYM);
CELL *symtab[MAXSYM]; /* symbol table pointers */
wchar_t lcom[MAXSYM+1] = L"#";
wchar_t rcom[MAXSYM+1] = L"\n";
wchar_t lquote[MAXSYM+1] = L"`";
wchar_t rquote[MAXSYM+1] = L"\'";
if (wcslen(l) > MAXSYM || wcslen(r) > MAXSYM)
"comment marker longer than %d chars"), MAXSYM);
if (wcslen(l) > MAXSYM || wcslen(r) > MAXSYM)
"quote marker longer than %d chars"), MAXSYM);