This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run make regen after 486ec47ab73770ab updated regcomp.sym.
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2011 12:50:18 +0000 (12:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2011 12:51:20 +0000 (12:51 +0000)
regnodes.h

index 35a4cc1..7a2429a 100644 (file)
@@ -68,7 +68,7 @@
 #define        IFMATCH                 56      /* 0x38 Succeeds if the following matches. */
 #define        UNLESSM                 57      /* 0x39 Fails if the following matches. */
 #define        SUSPEND                 58      /* 0x3a "Independent" sub-RE. */
-#define        IFTHEN                  59      /* 0x3b Switch, should be preceeded by switcher . */
+#define        IFTHEN                  59      /* 0x3b Switch, should be preceded by switcher . */
 #define        GROUPP                  60      /* 0x3c Whether the group matched. */
 #define        LONGJMP                 61      /* 0x3d Jump far away. */
 #define        BRANCHJ                 62      /* 0x3e BRANCH with long offset. */