ack/lang/m2/comp/misc.H

13 lines
187 B
C
Raw Normal View History

1986-03-26 15:11:02 +00:00
/* M I S C E L L A N E O U S */
/* $Header$ */
/* Structure to link idf structures together
*/
struct id_list {
struct id_list *next;
struct idf *id_ptr;
};
/* ALLOCDEF "id_list" */