From efcfdf1f12fa12c65426e6ff45d0704a99acc3a7 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Mon, 4 Jun 2012 18:41:07 +0100 Subject: Avoid braces warning in regen_perly.pl --- regen_perly.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regen_perly.pl') 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 -- cgit v1.2.1