diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-12-22 23:07:31 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-12-22 23:23:44 -0800 |
commit | 65aa4ca74a9ca9deb18dd3f64021e628289096c4 (patch) | |
tree | a2cb6af975b1a83b7b1e478eb13c1f45bb805020 /regnodes.h | |
parent | 03e70be4934ec0e7e9c16ea5e02d457a43a0c456 (diff) | |
download | perl-65aa4ca74a9ca9deb18dd3f64021e628289096c4.tar.gz |
Regenerate the regnode table in perldebguts.pod automatically
Diffstat (limited to 'regnodes.h')
-rw-r--r-- | regnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regnodes.h b/regnodes.h index e1fdad1fb9..475492129d 100644 --- a/regnodes.h +++ b/regnodes.h @@ -58,7 +58,7 @@ #define CURLYM 46 /* 0x2e Capture this medium-complex thing {n,m} times. */ #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 */ +#define OPEN 49 /* 0x31 Mark this point in input as start of #n. */ #define CLOSE 50 /* 0x32 Analogous to OPEN. */ #define REF 51 /* 0x33 Match some already matched string */ #define REFF 52 /* 0x34 Match already matched string, folded using native charset semantics for non-utf8 */ @@ -73,7 +73,7 @@ #define IFMATCH 61 /* 0x3d Succeeds if the following matches. */ #define UNLESSM 62 /* 0x3e Fails if the following matches. */ #define SUSPEND 63 /* 0x3f "Independent" sub-RE. */ -#define IFTHEN 64 /* 0x40 Switch, should be preceded by switcher . */ +#define IFTHEN 64 /* 0x40 Switch, should be preceded by switcher. */ #define GROUPP 65 /* 0x41 Whether the group matched. */ #define LONGJMP 66 /* 0x42 Jump far away. */ #define BRANCHJ 67 /* 0x43 BRANCH with long offset. */ |