diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-23 07:01:34 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-25 06:42:58 -0400 |
commit | 20b7effb9761caf5aee8475b6a6d731b40c80cd7 (patch) | |
tree | 21daa8d7a8d91dd62ad42ceefe7027787d7ceaf5 /regen/keywords.pl | |
parent | 51f14a05690a52120145e5118962964658734217 (diff) | |
download | perl-20b7effb9761caf5aee8475b6a6d731b40c80cd7.tar.gz |
Remove or downgrade unnecessary dVAR.
You need to configure with g++ *and* -Accflags=-DPERL_GLOBAL_STRUCT
or -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE to see any difference.
(g++ does not do the "post-annotation" form of "unused".)
The version code has some of these issues, reported upstream.
Diffstat (limited to 'regen/keywords.pl')
-rwxr-xr-x | regen/keywords.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regen/keywords.pl b/regen/keywords.pl index bbc4188491..b77fd67558 100755 --- a/regen/keywords.pl +++ b/regen/keywords.pl @@ -75,8 +75,6 @@ print $c <<"END"; I32 Perl_keyword (pTHX_ const char *name, I32 len, bool all_keywords) { - dVAR; - PERL_ARGS_ASSERT_KEYWORD; $switch |