summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-12-16 12:13:01 -0700
committerKarl Williamson <khw@cpan.org>2017-12-16 21:56:50 -0700
commit48e88d42c447c4d529eab728f86aadcd8b0a68c8 (patch)
treea1030d1cb68b969f09f6c32a77dfca4e40141b95 /regnodes.h
parent27a619f7bcce8de5b574665b8c03247d540305dc (diff)
downloadperl-48e88d42c447c4d529eab728f86aadcd8b0a68c8.tar.gz
regcomp.sym: Clarify regnode comment
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index 8fe0f41d1b..8d5cee7cd0 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -61,7 +61,7 @@
#define CURLYX 47 /* 0x2f Match this complex thing {n,m} times. */
#define WHILEM 48 /* 0x30 Do curly processing and see if rest matches. */
#define OPEN 49 /* 0x31 Mark this point in input as start of #n. */
-#define CLOSE 50 /* 0x32 Analogous to OPEN. */
+#define CLOSE 50 /* 0x32 Close corresponding OPEN of #n. */
#define REF 51 /* 0x33 Match some already matched string */
#define REFF 52 /* 0x34 Match already matched string, folded using native charset rules for non-utf8 */
#define REFFL 53 /* 0x35 Match already matched string, folded in loc. */