questions about lcc cpp fsm



Hi,
Who can tell me the meaning of C_XX in lcc cpp lex.c. I don't
understand the following sentence.
START, { C_XX }, ACT(UNCLASS,S_SELF),
What's the ACT?
#define ACT(tok,act) ((tok<<7)+act)
What does the ACT mean?

Thanks
Eric

.