Change 18113 by rgs@rgs-home on 2002/11/05 20:11:55

        make regen_headers.
        Backport change #18078 to warnings.pl.

Affected files ...

.... //depot/perl/global.sym#228 edit
.... //depot/perl/perlapi.c#132 edit
.... //depot/perl/perlapi.h#75 edit
.... //depot/perl/proto.h#414 edit
.... //depot/perl/warnings.pl#28 edit

Differences ...

==== //depot/perl/global.sym#228 (text+w) ====
Index: perl/global.sym
--- perl/global.sym#227~18102~  Mon Nov  4 13:43:53 2002
+++ perl/global.sym     Tue Nov  5 12:11:55 2002
@@ -1,3 +1,18 @@
+#
+#    global.sym
+#
+#    Copyright (c) 1997-2002, Larry Wall
+#
+#    You may distribute under the terms of either the GNU General Public
+#    License or the Artistic License, as specified in the README file.
+#
+# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+# This file is built by embed.pl from data in embed.fnc, embed.pl,
+# pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+# Any changes made here will be lost!
+#
+# Edit those files and run 'make regen_headers' to effect changes.
+#
 perl_alloc_using
 perl_alloc
 perl_construct

==== //depot/perl/perlapi.c#132 (text+w) ====
Index: perl/perlapi.c
--- perl/perlapi.c#131~16963~   Sat Jun  1 09:15:24 2002
+++ perl/perlapi.c      Tue Nov  5 12:11:55 2002
@@ -6,10 +6,12 @@
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
  *
- *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 #include "EXTERN.h"

==== //depot/perl/perlapi.h#75 (text+w) ====
Index: perl/perlapi.h
--- perl/perlapi.h#74~18048~    Tue Oct 22 10:04:26 2002
+++ perl/perlapi.h      Tue Nov  5 12:11:55 2002
@@ -6,10 +6,12 @@
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
  *
- *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 /* declare accessor functions for Perl variables */

==== //depot/perl/proto.h#414 (text+w) ====
Index: perl/proto.h
--- perl/proto.h#413~18102~     Mon Nov  4 13:43:53 2002
+++ perl/proto.h        Tue Nov  5 12:11:55 2002
@@ -1,3 +1,18 @@
+/*
+ *    proto.h
+ *
+ *    Copyright (c) 1997-2002, Larry Wall
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
+ */
 
 START_EXTERN_C
 

==== //depot/perl/warnings.pl#28 (text) ====
Index: perl/warnings.pl
--- perl/warnings.pl#27~17325~  Thu Jun 20 08:27:18 2002
+++ perl/warnings.pl    Tue Nov  5 12:11:55 2002
@@ -604,7 +604,7 @@
 sub Croaker
 {
     delete $Carp::CarpInternal{'warnings'};
-    croak @_ ;
+    croak(@_);
 }
 
 sub bits
End of Patch.

Reply via email to