1987-03-10 11:49:39 +00:00
|
|
|
/* $Header$ */
|
1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
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
|