Revision: 571
http://www.exim.org/viewvc/pcre2?view=rev&revision=571
Author: ph10
Date: 2016-10-15 11:28:27 +0100 (Sat, 15 Oct 2016)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/HACKING
Modified: code/trunk/HACKING
===================================================================
--- code/trunk/HACKING 2016-10-15 09:21:12 UTC (rev 570)
+++ code/trunk/HACKING 2016-10-15 10:28:27 UTC (rev 571)
@@ -778,10 +778,10 @@
the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
compiled as the following bytes (decimal numbers represent binary values):
- [OP_CALLOUT] [0] [10] [0] [1] [0] [14] [0] [5] ['] [a] [b] [c] [0]
- -------- ------- -------- -------
- | | | |
- ------- LINK_SIZE items ------
+ [OP_CALLOUT_STR] [0] [10] [0] [1] [0] [14] [0] [5] ['] [a] [b] [c] [0]
+ -------- ------- -------- -------
+ | | | |
+ ------- LINK_SIZE items ------
Opcode table checking
---------------------
@@ -791,4 +791,4 @@
correct length, in order to catch updating errors.
Philip Hazel
-September 2016
+October 2016