1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
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".
|
|
|
|
*/
|
1984-08-23 13:18:14 +00:00
|
|
|
/*
|
|
|
|
* mes ms_reg,offset,size,type,priority
|
|
|
|
*
|
|
|
|
* Here are the defines for type
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define reg_any 0 /* Unspecified type */
|
|
|
|
#define reg_loop 1 /* loop control variable */
|
|
|
|
#define reg_pointer 2 /* pointer variable */
|
|
|
|
#define reg_float 3 /* floating point variable */
|