Pristine Ack-5.5
[Ack-5.5.git] / h / em_reg.h
1 /* $Id: em_reg.h,v 1.4 1994/06/24 10:08:21 ceriel Exp $ */
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 /*
7  * mes ms_reg,offset,size,type,priority
8  *
9  * Here are the defines for type
10  */
11
12 #define reg_any         0       /* Unspecified type */
13 #define reg_loop        1       /* loop control variable */
14 #define reg_pointer     2       /* pointer variable */
15 #define reg_float       3       /* floating point variable */