[BACK]Return to d_c99_decls_after_stmt.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/d_c99_decls_after_stmt.c between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/03/17 16:33:15 version 1.1.2.2, 2012/04/17 00:09:22
Line 0 
Line 1 
   void sample(void)
   {
     int i = 0; i += 1;
     int j = 0; j += 1;
   }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

CVSweb <webmaster@jp.NetBSD.org>