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

Diff for /src/usr.bin/indent/lexi.c between version 1.14 and 1.15

version 1.14, 2007/11/27 16:22:14 version 1.15, 2009/10/27 23:59:39
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /*static char sccsid[] = "@(#)lexi.c    8.1 (Berkeley) 6/6/93";*/  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 /*  /*
  * Here we have the token scanner for indent.  It scans off one token and puts   * Here we have the token scanner for indent.  It scans off one token and puts
  * it in the global variable "token".  It returns a code, indicating the type   * it in the global variable "token".  It returns a code, indicating the type

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15