From: helly Date: Sun, 10 Apr 2005 18:06:18 +0000 (+0000) Subject: - Update X-Git-Tag: 0.13.6~662 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39661675b46761fbdd7c97dc26cfd4e0325f4937;p=re2c - Update --- diff --git a/re2c.1.in b/re2c.1.in index 85239939..0a44daf8 100644 --- a/re2c.1.in +++ b/re2c.1.in @@ -7,6 +7,9 @@ .ds rx regular expression .ds lx \fIl\fP-expression \"$Log$ +\"Revision 1.11 2005/04/10 18:06:18 helly +\"- Update +\" \"Revision 1.10 2004/07/27 05:19:55 nuffer \"Replaced YYCHAR with YYCTYPE. \" @@ -125,6 +128,10 @@ yy7: if(yych <= '/') goto yy3; .fi .in -3 +After the \fC/*!re2c */\fP blocks you can place a \fC/*!max:re2c */\fP block +that will output a define that holds the maximum number of characters required +to parse the input. That is the maximum value \fCYYFILL()\fP will receive. + .SH OPTIONS \*(re provides the following options: .TP @@ -147,6 +154,9 @@ Invoke a short help. \fB-v\fP Show version information. .TP +\fB-V\fP +Show the version as a number XXYYZZ. +.TP \fB-o output\fP Specify the output file.