Add Open Perl IDE, remove Perl Code Magic (the site seems
[p5sagit/p5-mst-13.2.git] / vms / gen_shrfls.pl
index 6c54c10..48499d4 100644 (file)
@@ -172,7 +172,7 @@ if ($docc) {
 else {
   open(CPP,"$cpp_file") or die "$0: Can't read preprocessed file $cpp_file: $!\n";
 }
-%checkh = map { $_,1 } qw( thread bytecode byterun proto );
+%checkh = map { $_,1 } qw( thread bytecode byterun proto perlio );
 $ckfunc = 0;
 LINE: while (<CPP>) {
   while (/^#.*vmsish\.h/i .. /^#.*perl\.h/i) {