[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.16 and 1.17

version 1.16, 2003/11/18 08:42:47 version 1.17, 2003/12/09 12:44:17
Line 2261 
Line 2261 
 to find the next input token.  to find the next input token.
 The routine is supposed to return the type of the next token  The routine is supposed to return the type of the next token
 as well as putting any associated value in the global  as well as putting any associated value in the global
 .Fa yylval .  .Fa yylval ,
   which is defined externally,
   and can be a union or any other complex data structure.
 To use  To use
 .Nm  .Nm
 with yacc, one specifies the  with yacc, one specifies the

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