This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't install demo files with perl
[perl5.git] / perl_keyword.pl
index b06527c..bb8bc74 100644 (file)
@@ -1,7 +1,7 @@
 
 # How to generate the logic of the lookup table Perl_keyword() in toke.c
 
-use Devel::Tokenizer::C 0.04;
+use Devel::Tokenizer::C 0.05;
 use strict;
 use warnings;
 
@@ -52,7 +52,7 @@ print <<END;
  */
 
 I32
-Perl_keyword (pTHX_ char *name, I32 len)
+Perl_keyword (pTHX_ const char *name, I32 len)
 {
 $switch
 unknown: