[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.3 and 1.4

version 1.3, 2021/01/31 11:12:07 version 1.4, 2021/07/08 05:18:49
Line 3 
Line 3 
   
 // Test for message: typedef declares no type name [72]  // Test for message: typedef declares no type name [72]
   
 typedef int;                    /* expect: 72 */  /* expect+1: warning: typedef declares no type name [72] */
   typedef int;
   
 typedef int number;  typedef int number;
   
   /* expect+1: warning: typedef declares no type name [72] */
   const typedef;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>