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

Diff for /src/usr.bin/ctfconv/parse.c between version 1.14 and 1.15

version 1.14, 2022/12/26 18:41:05 version 1.15, 2022/12/26 18:43:49
Line 72 
Line 72 
  */   */
 struct isymb_tree        isymbt;  struct isymb_tree        isymbt;
   
 struct itype            *void_it;               /* no type is emitted for void */  struct itype            *void_it;               /* no type is emited for void */
 uint16_t                 tidx, fidx, oidx;      /* type, func & object IDs */  uint16_t                 tidx, fidx, oidx;      /* type, func & object IDs */
 uint16_t                 long_tidx;             /* index of "long", for array */  uint16_t                 long_tidx;             /* index of "long", for array */
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15