Pristine Ack-5.5
[Ack-5.5.git] / util / LLgen / src / cclass.h
1 /* Copyright (c) 1991 by the Vrije Universiteit, Amsterdam, the Netherlands.
2  * For full copyright and restrictions on use see the file COPYING in the top
3  * level of the LLgen tree.
4  */
5
6 /* $Id: cclass.h,v 2.8 1997/02/21 11:27:43 ceriel Exp $ */
7
8 extern char c_class[];
9
10 #define ISLET 1
11 #define ISDIG 2
12 #define ISSPA 3
13 #define ISKEY 4
14 #define ISTOK 5
15 #define ISCOM 6
16 #define ISLIT 7
17 #define ISACT 8