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

Diff for /src/usr.bin/at/parsetime.c between version 1.16 and 1.17

version 1.16, 2007/05/23 19:50:28 version 1.17, 2009/10/27 23:59:35
Line 140 
Line 140 
 static int sc_tokid;    /* scanner - token id */  static int sc_tokid;    /* scanner - token id */
 static int sc_tokplur;  /* scanner - is token plural? */  static int sc_tokplur;  /* scanner - is token plural? */
   
 #ifndef lint  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
   
 /*  /*
  * parse a token, checking if it's something special to us   * parse a token, checking if it's something special to us
  */   */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17