1991-11-23 10:41:43 +00:00
|
|
|
/* Copyright (c) 1991 by the Vrije Universiteit, Amsterdam, the Netherlands.
|
1995-07-31 09:17:14 +00:00
|
|
|
* For full copyright and restrictions on use see the file COPYING in the top
|
1995-07-31 09:10:42 +00:00
|
|
|
* level of the LLgen tree.
|
1987-03-09 19:15:41 +00:00
|
|
|
*/
|
1991-11-23 10:41:43 +00:00
|
|
|
|
1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1991-11-23 10:41:43 +00:00
|
|
|
|
1985-11-25 15:48:42 +00:00
|
|
|
extern char c_class[];
|
|
|
|
|
|
|
|
#define ISLET 1
|
|
|
|
#define ISDIG 2
|
|
|
|
#define ISSPA 3
|
|
|
|
#define ISKEY 4
|
|
|
|
#define ISTOK 5
|
|
|
|
#define ISCOM 6
|
|
|
|
#define ISLIT 7
|