[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.4 and 1.5

version 1.4, 2017/10/31 10:08:51 version 1.5, 2019/11/11 19:10:35
Line 36 
Line 36 
         TAILQ_ENTRY(itype)       it_symb;   /* itype: global queue of symbol */          TAILQ_ENTRY(itype)       it_symb;   /* itype: global queue of symbol */
         RB_ENTRY(itype)          it_node;   /* itype: per-type tree of types */          RB_ENTRY(itype)          it_node;   /* itype: per-type tree of types */
   
         SIMPLEQ_HEAD(, itref)    it_refs;   /* itpye: backpointing refs */          SIMPLEQ_HEAD(, itref)    it_refs;   /* itype: backpointing refs */
   
         TAILQ_HEAD(, imember)    it_members;/* itype: members of struct/union */          TAILQ_HEAD(, imember)    it_members;/* itype: members of struct/union */
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5