summaryrefslogtreecommitdiff
path: root/regen_perly.pl
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 /regen_perly.pl
parentbb4f579ac5e036d526ffb8bcf7fa0feb712016fd (diff)
downloadperl-efcfdf1f12fa12c65426e6ff45d0704a99acc3a7.tar.gz
Avoid braces warning in regen_perly.pl
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl2
1 files changed, 1 insertions, 1 deletions
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