blob: b4d861b2c389469bceb8dd0afbe5ebdb9b1feec3 [file] [log] [blame]
enum TchkType {
tchkNum, tchkString, tchkSCN, tchkNone
};
struct Operator {
enum TchkType tchk[8];
};
struct Operator opTab[] = {
{{tchkNum, tchkNum, tchkString} }
};