ack/lang/cem/cemcom/util.str
2006-02-04 00:57:05 +00:00

12 lines
217 B
Plaintext

struct localvar {
struct localvar *next;
arith t_offset; /* offset from LocalBase */
arith t_size;
int t_align;
int t_regtype;
int t_count;
int t_sc; /* storage class */
};
/* ALLOCDEF "localvar" 10 */