1987-03-09 21:20:21 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1987-02-09 10:46:18 +00:00
|
|
|
|
|
|
|
/*fundamental */
|
1984-08-23 13:18:14 +00:00
|
|
|
#define sz_byte 1
|
|
|
|
#define sz_bool 1
|
|
|
|
#define sz_char 1
|
|
|
|
|
1987-02-09 10:46:18 +00:00
|
|
|
/* target machine characteristics */
|
1984-08-23 13:18:14 +00:00
|
|
|
/* variable (see pc.c) */
|
|
|
|
#define sz_addr sizes[0]
|
|
|
|
#define sz_real sizes[1]
|
|
|
|
#define sz_head sizes[2]
|
|
|
|
#define sz_buff sizes[3]
|
|
|
|
#define sz_mset sizes[4]
|
|
|
|
#define sz_iset sizes[5]
|
1987-02-09 10:46:18 +00:00
|
|
|
#define sz_word sizes[6]
|
|
|
|
#define sz_int sizes[7]
|
|
|
|
#define sz_long sizes[8]
|
1984-08-23 13:18:14 +00:00
|
|
|
|
1987-02-09 10:46:18 +00:00
|
|
|
#define sz_last 8
|
1984-08-23 13:18:14 +00:00
|
|
|
|
|
|
|
#define sz_proc 2*sz_addr
|