]> granicus.if.org Git - re2c/commitdiff
- Update docu
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 23 Feb 2007 21:30:13 +0000 (21:30 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 23 Feb 2007 21:30:13 +0000 (21:30 +0000)
re2c/htdocs/manual.html
re2c/re2c.1.in

index de33259e5b185a668cf45d796f4621fece2e1acf..c6d441cf47f2c9599fada4e3f1c301ce59b8c20e 100755 (executable)
@@ -385,14 +385,6 @@ placing a "/*!getstate:re2c */" comment.</dd>
 generation of jump tables rather than using nested if's and decision bitfields.
 The threshold is compared against a calculated estimation of if-s needed where 
 every used bitmap divides the threshold by 2.</dd>
-<dt><i>re2c:code:yyaccept</i> <b>=</b> yyaccept <b>;</b></dt>
-<dd>Allows to overwrite the name of the variable yyaccept.</dd>
-<dt><i>re2c:code:yybm</i> <b>=</b> yybm <b>;</b></dt>
-<dd>Allows to overwrite the name of the variable yybm.</dd>
-<dt><i>re2c:code:yych</i> <b>=</b> yych <b>;</b></dt>
-<dd>Allows to overwrite the name of the variable yych.</dd>
-<dt><i>re2c:code:yytarget</i> <b>=</b> yytarget <b>;</b></dt>
-<dd>Allows to overwrite the name of the variable yytarget.</dd>
 <dt><i>re2c:define:YYCTXMARKER</i> <b>=</b> YYCTXMARKER <b>;</b></dt>
 <dd>Allows to overwrite the define YYCTXMARKER and thus avoiding it by setting the
 value to the actual code needed.</dd>
@@ -424,6 +416,14 @@ value to the actual code needed.</dd>
 <dd>Allows to overwrite the name of the label yyFillLabel.</dd>
 <dt><i>re2c:label:yyNext</i> <b>=</b> yyNext <b>;</b></dt>
 <dd>Allows to overwrite the name of the label yyNext.</dd>
+<dt><i>re2c:variable:yyaccept</i> <b>=</b> yyaccept <b>;</b></dt>
+<dd>Allows to overwrite the name of the variable yyaccept.</dd>
+<dt><i>re2c:variable:yybm</i> <b>=</b> yybm <b>;</b></dt>
+<dd>Allows to overwrite the name of the variable yybm.</dd>
+<dt><i>re2c:variable:yych</i> <b>=</b> yych <b>;</b></dt>
+<dd>Allows to overwrite the name of the variable yych.</dd>
+<dt><i>re2c:variable:yytarget</i> <b>=</b> yytarget <b>;</b></dt>
+<dd>Allows to overwrite the name of the variable yytarget.</dd>
 </dl>
 <a name="lbAK" id="lbAK"> </a>
 <h2>UNDERSTANDING RE2C</h2>
index 9c5c883bab81682b74b690deb42abf399b1e98e8..172a54fe5ab85c4eaa36f1c717efb180adf3a27c 100644 (file)
@@ -457,18 +457,6 @@ generation of jump tables rather than using nested if's and decision bitfields.
 The threshold is compared against a calculated estimation of if-s needed where 
 every used bitmap divides the threshold by 2.
 .TP
-\fIre2c:code:yyaccept\fP \fB=\fP yyaccept \fB;\fP
-Allows to overwrite the name of the variable yyaccept.
-.TP
-\fIre2c:code:yybm\fP \fB=\fP yybm \fB;\fP
-Allows to overwrite the name of the variable yybm.
-.TP
-\fIre2c:code:yych\fP \fB=\fP yych \fB;\fP
-Allows to overwrite the name of the variable yych.
-.TP
-\fIre2c:code:yytarget\fP \fB=\fP yytarget \fB;\fP
-Allows to overwrite the name of the variable yytarget.
-.TP
 \fIre2c:define:YYCTXMARKER\fP \fB=\fP YYCTXMARKER \fB;\fP
 Allows to overwrite the define YYCTXMARKER and thus avoiding it by setting the
 value to the actual code needed.
@@ -510,6 +498,18 @@ Allows to overwrite the name of the label yyFillLabel.
 .TP
 \fIre2c:label:yyNext\fP \fB=\fP yyNext \fB;\fP
 Allows to overwrite the name of the label yyNext.
+.TP
+\fIre2c:variable:yyaccept\fP \fB=\fP yyaccept \fB;\fP
+Allows to overwrite the name of the variable yyaccept.
+.TP
+\fIre2c:variable:yybm\fP \fB=\fP yybm \fB;\fP
+Allows to overwrite the name of the variable yybm.
+.TP
+\fIre2c:variable:yych\fP \fB=\fP yych \fB;\fP
+Allows to overwrite the name of the variable yych.
+.TP
+\fIre2c:variable:yytarget\fP \fB=\fP yytarget \fB;\fP
+Allows to overwrite the name of the variable yytarget.
 
 .SH "UNDERSTANDING RE2C"
 .LP