cclass.h 336 B

12345678910111213141516
  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. /* $Id$ */
  6. extern char c_class[];
  7. #define ISLET 1
  8. #define ISDIG 2
  9. #define ISSPA 3
  10. #define ISKEY 4
  11. #define ISTOK 5
  12. #define ISCOM 6
  13. #define ISLIT 7