[BACK]Return to gram.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/gram.y between version 1.2 and 1.3

version 1.2, 2009/06/21 14:48:42 version 1.3, 2010/03/04 12:21:36
Line 53 
Line 53 
 #include "sudo.h"  #include "sudo.h"
 #include "parse.h"  #include "parse.h"
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: gram.y,v 1.36 2009/05/25 12:02:41 millert Exp $";  
 #endif /* lint */  
   
 /*  /*
  * We must define SIZE_MAX for yacc's skeleton.c.   * We must define SIZE_MAX for yacc's skeleton.c.
  * If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t   * If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3