make regen_headers.
Rafael Garcia-Suarez [Tue, 5 Nov 2002 20:11:55 +0000 (20:11 +0000)]
Backport change #18078 to warnings.pl.
p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457

p4raw-id: //depot/perl@18113

global.sym
perlapi.c
perlapi.h
proto.h
warnings.pl

index 3fb671a..24f9e5c 100644 (file)
@@ -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
index 1ffdf0f..e6d4219 100644 (file)
--- a/perlapi.c
+++ b/perlapi.c
@@ -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"
index c65a4c6..53e4ba8 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -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 */
diff --git a/proto.h b/proto.h
index 475f2a1..5a48fd3 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -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
 
index 586e5a7..20ed7ff 100644 (file)
@@ -604,7 +604,7 @@ $All = "" ; vec($All, $Offsets{'all'}, 2) = 3 ;
 sub Croaker
 {
     delete $Carp::CarpInternal{'warnings'};
-    croak @_ ;
+    croak(@_);
 }
 
 sub bits