[BACK]Return to msg_072.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / 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/tests/usr.bin/xlint/lint1/msg_072.c between version 1.6 and 1.7

version 1.6, 2022/04/24 19:21:01 version 1.7, 2022/10/01 09:42:40
Line 30  cover_cgram_declaration(void)
Line 30  cover_cgram_declaration(void)
         /* expect+1: error: syntax error 'missing base type for typedef' [249] */          /* expect+1: error: syntax error 'missing base type for typedef' [249] */
         typedef not_a_type;          typedef not_a_type;
   
         /* expect+1: error: old style declaration; add 'int' [1] */          /* expect+1: error: old-style declaration; add 'int' [1] */
         static missing_type;          static missing_type;
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>