A newer version, safety commit
This commit is contained in:
12
lang/m2/comp/misc.H
Normal file
12
lang/m2/comp/misc.H
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 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" */
|
||||
Reference in New Issue
Block a user