diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-01-06 18:18:53 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-06 15:50:34 +0000 |
commit | 97aff369fa5580e7a888d4fa4c86be74ab000409 (patch) | |
tree | a53a9ed943c43c19b811a8b1776d88cd85667485 /perl_keyword.pl | |
parent | 3edf23ff129b6c5edde184cb3b63953432223591 (diff) | |
download | perl-97aff369fa5580e7a888d4fa4c86be74ab000409.tar.gz |
sprinkle dVAR
Message-ID: <43BE7C4D.1010302@gmail.com>
p4raw-id: //depot/perl@26675
Diffstat (limited to 'perl_keyword.pl')
-rw-r--r-- | perl_keyword.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_keyword.pl b/perl_keyword.pl index 904bb59e79..9312f47c54 100644 --- a/perl_keyword.pl +++ b/perl_keyword.pl @@ -67,6 +67,7 @@ print <<END; I32 Perl_keyword (pTHX_ const char *name, I32 len) { + dVAR; $switch unknown: return 0; |