[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.19 and 1.20

version 1.19, 2004/04/19 18:29:17 version 1.20, 2005/02/08 09:12:16
Line 173 
Line 173 
 .Pp  .Pp
 Here's another simple example:  Here's another simple example:
 .Bd -literal -offset indent  .Bd -literal -offset indent
   %{
 int num_lines = 0, num_chars = 0;  int num_lines = 0, num_chars = 0;
   %}
   
 %%  %%
 \en      ++num_lines; ++num_chars;  \en      ++num_lines; ++num_chars;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20