[BACK]Return to tree.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/tree.c between version 1.355 and 1.356

version 1.355, 2021/08/28 12:59:25 version 1.356, 2021/08/28 13:11:10
Line 3145  fold(tnode_t *tn)
Line 3145  fold(tnode_t *tn)
                         warning(141, op_name(tn->tn_op));                          warning(141, op_name(tn->tn_op));
         }          }
   
         v->v_quad = convert_integer(q, t, -1);          v->v_quad = convert_integer(q, t, 0);
   
         cn = build_constant(tn->tn_type, v);          cn = build_constant(tn->tn_type, v);
         if (tn->tn_left->tn_system_dependent)          if (tn->tn_left->tn_system_dependent)

Legend:
Removed from v.1.355  
changed lines
  Added in v.1.356

CVSweb <webmaster@jp.NetBSD.org>