This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct test count in win32/runenv.t
[perl5.git] / perly.act
index fc30958..bd3cffb 100644 (file)
--- a/perly.act
+++ b/perly.act
@@ -1,3 +1,9 @@
+/* -*- buffer-read-only: t -*-
+   !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+   This file is built by regen_perly.pl from perly.y.
+   Any changes made here will be lost!
+ */
+
 case 2:
 #line 142 "perly.y"
     {
@@ -208,7 +214,7 @@ case 2:
 #endif
                          if (CvOUTSIDE(fmtcv) && !CvUNIQUE(CvOUTSIDE(fmtcv))) {
                              SvREFCNT_inc_simple_void(fmtcv);
-                             pad_add_anon((SV*)fmtcv, OP_NULL);
+                             pad_add_anon(fmtcv, OP_NULL);
                          }
                        ;}
     break;
@@ -1702,3 +1708,8 @@ case 2:
 
       default: break;
     
+
+/* Generated from:
+ * 8bdd3d69bab2a9d77e0557f3b46a8845e8de190fafce0bc37841a105bbcacaa5 perly.y
+ * 738ca60a0b4cb075902435e976a2f393d438e8e6e32ba81e037dd773b75c87b5 regen_perly.pl
+ * ex: set ro: */