pc_size.h 585 B

1234567891011121314151617181920212223242526
  1. /* $Header$ */
  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. /*fundamental */
  7. #define sz_byte 1
  8. #define sz_bool 1
  9. #define sz_char 1
  10. /* target machine characteristics */
  11. /* variable (see pc.c) */
  12. #define sz_addr sizes[0]
  13. #define sz_real sizes[1]
  14. #define sz_head sizes[2]
  15. #define sz_buff sizes[3]
  16. #define sz_mset sizes[4]
  17. #define sz_iset sizes[5]
  18. #define sz_word sizes[6]
  19. #define sz_int sizes[7]
  20. #define sz_long sizes[8]
  21. #define sz_last 8
  22. #define sz_proc 2*sz_addr