[BACK]Return to itype.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ctfconv

Diff for /src/usr.bin/ctfconv/itype.h between version 1.2 and 1.3

version 1.2, 2017/08/11 14:58:56 version 1.3, 2017/08/11 16:28:30
Line 75 
Line 75 
         size_t                   im_off;    /* field offset in struct/union */          size_t                   im_off;    /* field offset in struct/union */
         struct itype            *im_refp;   /* resolved CTF type */          struct itype            *im_refp;   /* resolved CTF type */
         unsigned int             im_flags;  /* parser flags */          unsigned int             im_flags;  /* parser flags */
 #define ITM_ANON                 0x01       /* member without name */  #define IMF_ANON                 0x01       /* member without name */
 };  };
   
 /*  /*
Line 100 
Line 100 
   
 struct itype *it_dup(struct itype *);  struct itype *it_dup(struct itype *);
 const char *it_name(struct itype *);  const char *it_name(struct itype *);
   const char *im_name(struct imember *);
   
 #endif /*_ITTYPE_H_ */  #endif /*_ITTYPE_H_ */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3