pseudo.h 356 B

1234567891011121314
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* $Id$ */
  6. #define INSMOVE (-1)
  7. #define INSTEST (-2)
  8. #define INSPRETURN (-3)
  9. #define INSTLAB (-4)
  10. #define INSSETCC (-5)
  11. #define INSERASE (-6)
  12. #define INSREMOVE (-7)
  13. #define INSLABDEF (-8)