ack/util/LLgen/src/cclass.h

16 lines
254 B
C
Raw Normal View History

/* Copyright (c) 1991 by the Vrije Universiteit, Amsterdam, the Netherlands.
* All rights reserved.
1987-03-09 19:15:41 +00:00
*/
1994-06-24 11:31:16 +00:00
/* $Id$ */
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