symbol. The generated code advances YYCURSOR as symbols are matched. On entry,
YYCURSOR is assumed to point to the first character of the current token. On
exit, YYCURSOR will point to the first character of the following token.<br /><br /></dd>
-<dt>YLIMIT</dt>
-<dd>Expression of type *YYCTYPE that marks the end of the buffer (YLIMIT[-1] is
+<dt>YYLIMIT</dt>
+<dd>Expression of type *YYCTYPE that marks the end of the buffer (YYLIMIT[-1] is
the last character in the buffer). The generated code repeatedly compares
-YYCURSOR to YLIMIT to determine when the buffer needs (re)filling.<br /><br /></dd>
+YYCURSOR to YYLIMIT to determine when the buffer needs (re)filling.<br /><br /></dd>
<dt>YYMARKER</dt>
<dd><i>l</i>-expression of type *YYCTYPE. The generated code saves backtracking
information in YYMARKER.<br /><br /></dd>
.ds rx regular expression
.ds lx \fIl\fP-expression
\"$Log$
+\"Revision 1.25 2005/11/11 07:39:53 helly
+\"- Fix docu (found by Greg Beaver)
+\"
\"Revision 1.24 2005/09/04 11:41:21 helly
\"- The 2nd switch of course describes -i not -d again
\"
current token. On exit, \fCYYCURSOR\fP will point to the first character of
the following token.
.TP
-\fCYLIMIT\fP
+\fCYYLIMIT\fP
Expression of type \fC*YYCTYPE\fP that marks the end of the buffer
-(\fCYLIMIT[-1]\fP is the last character in the buffer).
-The generated code repeatedly compares \fCYYCURSOR\fP to \fCYLIMIT\fP
+(\fCYYLIMIT[-1]\fP is the last character in the buffer).
+The generated code repeatedly compares \fCYYCURSOR\fP to \fCYYLIMIT\fP
to determine when the buffer needs (re)filling.
.TP
\fCYYMARKER\fP