[BACK]Return to parse.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / indent

Diff for /src/usr.bin/indent/parse.c between version 1.8 and 1.9

version 1.8, 2004/07/20 03:50:26 version 1.9, 2009/10/27 23:59:39
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /*static char sccsid[] = "@(#)parse.c   8.1 (Berkeley) 6/6/93";*/  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include "indent_globs.h"  #include "indent_globs.h"
 #include "indent_codes.h"  #include "indent_codes.h"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9