diff options
author | David Mitchell <davem@iabyn.com> | 2012-06-04 18:41:07 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-13 13:32:56 +0100 |
commit | efcfdf1f12fa12c65426e6ff45d0704a99acc3a7 (patch) | |
tree | 97e4ba7c5d2c8f4169f78a7c31ce5e1f87dd941d | |
parent | bb4f579ac5e036d526ffb8bcf7fa0feb712016fd (diff) | |
download | perl-efcfdf1f12fa12c65426e6ff45d0704a99acc3a7.tar.gz |
Avoid braces warning in regen_perly.pl
-rw-r--r-- | perly.act | 2 | ||||
-rw-r--r-- | perly.h | 2 | ||||
-rw-r--r-- | perly.tab | 2 | ||||
-rw-r--r-- | regen_perly.pl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1722,5 +1722,5 @@ case 2: /* Generated from: * 27cce68ad4844f1b8053bfc11206fb9f559e08be6cefd4a986aaa606c0e5fb38 perly.y - * 53f57d7143a42b3c008841a14d158bcf9cab64b2904b07ef5e95051fe9a8a875 regen_perly.pl + * af56f4a86c1ef4bfc3d6a42ca6a75bb0adf9417da936013dca0d10b5eaa5efc4 regen_perly.pl * ex: set ro: */ @@ -248,5 +248,5 @@ typedef union YYSTYPE /* Generated from: * 27cce68ad4844f1b8053bfc11206fb9f559e08be6cefd4a986aaa606c0e5fb38 perly.y - * 53f57d7143a42b3c008841a14d158bcf9cab64b2904b07ef5e95051fe9a8a875 regen_perly.pl + * af56f4a86c1ef4bfc3d6a42ca6a75bb0adf9417da936013dca0d10b5eaa5efc4 regen_perly.pl * ex: set ro: */ @@ -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 |