summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-06-04 18:41:07 +0100
committerDavid Mitchell <davem@iabyn.com>2012-06-13 13:32:56 +0100
commitefcfdf1f12fa12c65426e6ff45d0704a99acc3a7 (patch)
tree97e4ba7c5d2c8f4169f78a7c31ce5e1f87dd941d
parentbb4f579ac5e036d526ffb8bcf7fa0feb712016fd (diff)
downloadperl-efcfdf1f12fa12c65426e6ff45d0704a99acc3a7.tar.gz
Avoid braces warning in regen_perly.pl
-rw-r--r--perly.act2
-rw-r--r--perly.h2
-rw-r--r--perly.tab2
-rw-r--r--regen_perly.pl2
4 files changed, 4 insertions, 4 deletions
diff --git a/perly.act b/perly.act
index 0b52df9016..d5edcf7e2f 100644
--- a/perly.act
+++ b/perly.act
@@ -1722,5 +1722,5 @@ case 2:
/* Generated from:
* 27cce68ad4844f1b8053bfc11206fb9f559e08be6cefd4a986aaa606c0e5fb38 perly.y
- * 53f57d7143a42b3c008841a14d158bcf9cab64b2904b07ef5e95051fe9a8a875 regen_perly.pl
+ * af56f4a86c1ef4bfc3d6a42ca6a75bb0adf9417da936013dca0d10b5eaa5efc4 regen_perly.pl
* ex: set ro: */
diff --git a/perly.h b/perly.h
index 8ebae6ec8a..558520ce84 100644
--- a/perly.h
+++ b/perly.h
@@ -248,5 +248,5 @@ typedef union YYSTYPE
/* Generated from:
* 27cce68ad4844f1b8053bfc11206fb9f559e08be6cefd4a986aaa606c0e5fb38 perly.y
- * 53f57d7143a42b3c008841a14d158bcf9cab64b2904b07ef5e95051fe9a8a875 regen_perly.pl
+ * af56f4a86c1ef4bfc3d6a42ca6a75bb0adf9417da936013dca0d10b5eaa5efc4 regen_perly.pl
* ex: set ro: */
diff --git a/perly.tab b/perly.tab
index fedb166acc..c1402cafd1 100644
--- a/perly.tab
+++ b/perly.tab
@@ -1090,5 +1090,5 @@ static const toketypes yy_type_tab[] =
/* Generated from:
* 27cce68ad4844f1b8053bfc11206fb9f559e08be6cefd4a986aaa606c0e5fb38 perly.y
- * 53f57d7143a42b3c008841a14d158bcf9cab64b2904b07ef5e95051fe9a8a875 regen_perly.pl
+ * af56f4a86c1ef4bfc3d6a42ca6a75bb0adf9417da936013dca0d10b5eaa5efc4 regen_perly.pl
* ex: set ro: */
diff --git a/regen_perly.pl b/regen_perly.pl
index 510cb3b07e..dba4178e54 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -268,7 +268,7 @@ sub make_type_tab {
$types{$default_token} = 1;
$tablines =~ /^\Qstatic const char *const yytname[] =\E\n
- {\n
+ \{\n
(.*?)
^};
/xsm