[BACK]Return to msg_007.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_007.c between version 1.4 and 1.5

version 1.4, 2022/04/24 19:21:01 version 1.5, 2022/10/01 09:42:40
Line 6 
Line 6 
 /* expect+1: error: only one storage class allowed [7] */  /* expect+1: error: only one storage class allowed [7] */
 extern static void example(void);  extern static void example(void);
   
 /* expect+1: error: old style declaration; add 'int' [1] */  /* expect+1: error: old-style declaration; add 'int' [1] */
 extern extern_function(void);  extern extern_function(void);

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

CVSweb <webmaster@jp.NetBSD.org>