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

Diff for /src/usr.bin/yacc/reader.c between version 1.10 and 1.11

version 1.10, 2002/02/16 21:28:00 version 1.11, 2002/06/14 21:35:00
Line 51 
Line 51 
 /*  The line size must be a positive integer.  One hundred was chosen   */  /*  The line size must be a positive integer.  One hundred was chosen   */
 /*  because few lines in Yacc input grammars exceed 100 characters.     */  /*  because few lines in Yacc input grammars exceed 100 characters.     */
 /*  Note that if a line exceeds LINESIZE characters, the line buffer    */  /*  Note that if a line exceeds LINESIZE characters, the line buffer    */
 /*  will be expanded to accomodate it.                                  */  /*  will be expanded to accommodate it.                                 */
   
 #define LINESIZE 100  #define LINESIZE 100
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11