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

Diff for /src/usr.bin/ctags/yacc.c between version 1.6 and 1.7

version 1.6, 2003/06/03 02:56:07 version 1.7, 2003/06/12 20:58:09
Line 50 
Line 50 
  *      find the yacc tags and put them in.   *      find the yacc tags and put them in.
  */   */
 void  void
 y_entries()  y_entries(void)
 {  {
         int     c;          int     c;
         char    *sp;          char    *sp;
Line 122 
Line 122 
  *      throw away lines up to the next "\n%%\n"   *      throw away lines up to the next "\n%%\n"
  */   */
 void  void
 toss_yysec()  toss_yysec(void)
 {  {
         int     c;                      /* read character */          int     c;                      /* read character */
         int     state;          int     state;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7