1987-04-29 10:22:07 +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".
|
|
|
|
*
|
|
|
|
* Author: Ceriel J.H. Jacobs
|
|
|
|
*/
|
|
|
|
|
1986-03-26 15:11:02 +00:00
|
|
|
/* U S E R D E C L A R E D P A R T O F I D F */
|
|
|
|
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1987-04-29 10:22:07 +00:00
|
|
|
|
1986-03-26 15:11:02 +00:00
|
|
|
struct id_u {
|
|
|
|
int id_res;
|
|
|
|
struct def *id_df;
|
|
|
|
};
|
|
|
|
|
|
|
|
#define IDF_TYPE struct id_u
|
|
|
|
#define id_reserved id_user.id_res
|
|
|
|
#define id_def id_user.id_df
|
|
|
|
|
1986-03-20 14:52:03 +00:00
|
|
|
#include <idf_pkg.spec>
|
1987-09-23 16:39:43 +00:00
|
|
|
|
2019-05-10 17:09:03 +00:00
|
|
|
|