[BACK]Return to func.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/func.c between version 1.102 and 1.103

version 1.102, 2021/04/02 15:06:35 version 1.103, 2021/04/10 18:06:53
Line 519  check_case_label(tnode_t *tn, cstk_t *ci
Line 519  check_case_label(tnode_t *tn, cstk_t *ci
         } else {          } else {
                 check_getopt_case_label(nv.v_quad);                  check_getopt_case_label(nv.v_quad);
   
                 /*                  /* append the value to the list of case values */
                  * append the value to the list of  
                  * case values  
                  */  
                 cl = xcalloc(1, sizeof(*cl));                  cl = xcalloc(1, sizeof(*cl));
                 cl->cl_val = nv;                  cl->cl_val = nv;
                 cl->cl_next = ci->c_case_labels;                  cl->cl_next = ci->c_case_labels;

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb <webmaster@jp.NetBSD.org>