[BACK]Return to flex.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/flex.1 between version 1.14 and 1.15

version 1.14, 2003/10/07 19:40:26 version 1.15, 2003/10/07 19:41:31
Line 931 
Line 931 
     char *yycopy;      char *yycopy;
   
     /* Copy yytext because unput() trashes yytext */      /* Copy yytext because unput() trashes yytext */
     if ((yycopy = strdup( yytext )) == NULL);      if ((yycopy = strdup( yytext )) == NULL)
         err(1, NULL);          err(1, NULL);
     unput( ')' );      unput( ')' );
     for ( i = yyleng - 1; i >= 0; --i )      for ( i = yyleng - 1; i >= 0; --i )

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