Pristine Ack-5.5
[Ack-5.5.git] / util / grind / idf.h
1 /* $Id: idf.h,v 1.3 1994/06/24 11:00:03 ceriel Exp $ */
2
3 /* User-declared part of idf structure */
4
5 struct id_u {
6         int id_res;
7         struct symbol *id_df;
8 };
9
10 #define IDF_TYPE        struct id_u
11 #define id_reserved     id_user.id_res
12 #define id_def          id_user.id_df
13
14 #include        <idf_pkg.spec>