def.h 451 B

12345678910111213141516171819
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* G L O B A L M A C R O D E F I N I T I O N S
  7. *
  8. * F O R A L L O P T I M I Z E R P A S S E S
  9. */
  10. #define MARK_DBLOCK 0
  11. #define MARK_OBJ 1
  12. #define MARK_ARG 2
  13. #define op_lab (sp_lmnem+1)
  14. #define op_last op_lab
  15. #define ps_sym (sp_lpseu+1)
  16. #define ps_last ps_sym