[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.98 and 1.99

version 1.98, 2018/09/03 15:16:33 version 1.99, 2018/11/24 13:10:20
Line 234  anonymize(sym_t *s)
Line 234  anonymize(sym_t *s)
 %token <y_type>         T_AT_UNUSED  %token <y_type>         T_AT_UNUSED
 %token <y_type>         T_AT_USED  %token <y_type>         T_AT_USED
 %token <y_type>         T_AT_VISIBILITY  %token <y_type>         T_AT_VISIBILITY
   %token <y_type>         T_AT_WARN_UNUSED_RESULT
 %token <y_type>         T_AT_WEAK  %token <y_type>         T_AT_WEAK
   
 %left   T_COMMA  %left   T_COMMA
Line 561  type_attribute_spec:
Line 562  type_attribute_spec:
         | T_AT_UNUSED {          | T_AT_UNUSED {
                 addused();                  addused();
         }          }
           | T_AT_WARN_UNUSED_RESULT
         | T_AT_WEAK          | T_AT_WEAK
         | T_AT_VISIBILITY T_LPARN constant T_RPARN          | T_AT_VISIBILITY T_LPARN constant T_RPARN
         | T_QUAL {          | T_QUAL {

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb <webmaster@jp.NetBSD.org>