[Pcre-svn] [199] code/trunk/HACKING: Documentation bug.

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [199] code/trunk/HACKING: Documentation bug.
Revision: 199
          http://www.exim.org/viewvc/pcre2?view=rev&revision=199
Author:   ph10
Date:     2015-02-11 18:27:45 +0000 (Wed, 11 Feb 2015)


Log Message:
-----------
Documentation bug.

Modified Paths:
--------------
    code/trunk/HACKING


Modified: code/trunk/HACKING
===================================================================
--- code/trunk/HACKING    2015-02-11 10:06:09 UTC (rev 198)
+++ code/trunk/HACKING    2015-02-11 18:27:45 UTC (rev 199)
@@ -497,8 +497,8 @@


If the condition is "in recursion" (coded as "(?(R)"), or "in recursion of
group x" (coded as "(?(Rx)"), the group number is stored at the start of the
-subpattern using the opcode OP_RREF (with a value of zero for "the whole
-pattern") or OP_DNRREF (with data as for OP_DNCREF).
+subpattern using the opcode OP_RREF (with a value of RREF_ANY (0xffff) for "the
+whole pattern") or OP_DNRREF (with data as for OP_DNCREF).

For a DEFINE condition, OP_FALSE is used (with no associated data). During
compilation, however, a DEFINE condition is coded as OP_DEFINE so that, when