From 17c78272b5b20db9d9583a27c76e2e976457d3f2 Mon Sep 17 00:00:00 2001 From: helly Date: Fri, 23 Feb 2007 21:30:13 +0000 Subject: [PATCH] - Update docu --- re2c/htdocs/manual.html | 16 ++++++++-------- re2c/re2c.1.in | 24 ++++++++++++------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/re2c/htdocs/manual.html b/re2c/htdocs/manual.html index de33259e..c6d441cf 100755 --- a/re2c/htdocs/manual.html +++ b/re2c/htdocs/manual.html @@ -385,14 +385,6 @@ placing a "/*!getstate:re2c */" comment. 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. -
re2c:code:yyaccept = yyaccept ;
-
Allows to overwrite the name of the variable yyaccept.
-
re2c:code:yybm = yybm ;
-
Allows to overwrite the name of the variable yybm.
-
re2c:code:yych = yych ;
-
Allows to overwrite the name of the variable yych.
-
re2c:code:yytarget = yytarget ;
-
Allows to overwrite the name of the variable yytarget.
re2c:define:YYCTXMARKER = YYCTXMARKER ;
Allows to overwrite the define YYCTXMARKER and thus avoiding it by setting the value to the actual code needed.
@@ -424,6 +416,14 @@ value to the actual code needed.
Allows to overwrite the name of the label yyFillLabel.
re2c:label:yyNext = yyNext ;
Allows to overwrite the name of the label yyNext.
+
re2c:variable:yyaccept = yyaccept ;
+
Allows to overwrite the name of the variable yyaccept.
+
re2c:variable:yybm = yybm ;
+
Allows to overwrite the name of the variable yybm.
+
re2c:variable:yych = yych ;
+
Allows to overwrite the name of the variable yych.
+
re2c:variable:yytarget = yytarget ;
+
Allows to overwrite the name of the variable yytarget.

UNDERSTANDING RE2C

diff --git a/re2c/re2c.1.in b/re2c/re2c.1.in index 9c5c883b..172a54fe 100644 --- a/re2c/re2c.1.in +++ b/re2c/re2c.1.in @@ -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 -- 2.40.0