[BACK]Return to cgram.y 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/cgram.y between version 1.168 and 1.169

version 1.168, 2021/03/07 19:57:46 version 1.169, 2021/03/07 20:06:48
Line 1787  declaration_list:
Line 1787  declaration_list:
           }            }
         ;          ;
   
 constant_expr:  constant_expr:                  /* C99 6.6 */
           expr                          %prec T_COMMA {            expr                          %prec T_ASSIGN {
                   $$ = $1;                    $$ = $1;
           }            }
         ;          ;

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb <webmaster@jp.NetBSD.org>