summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-05 20:11:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-05 20:11:55 +0000
commitf5e3445d922108beb0eda8afa05a86411da18e40 (patch)
tree7e125f99c1f6fd2cf412dc639fe8da08db707bc8
parentd104a74c650f174423937daa379e5578a56dc3bb (diff)
downloadperl-f5e3445d922108beb0eda8afa05a86411da18e40.tar.gz
make regen_headers.
Backport change #18078 to warnings.pl. p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457 p4raw-id: //depot/perl@18113
-rw-r--r--global.sym15
-rw-r--r--perlapi.c8
-rw-r--r--perlapi.h8
-rw-r--r--proto.h15
-rw-r--r--warnings.pl2
5 files changed, 41 insertions, 7 deletions
diff --git a/global.sym b/global.sym
index 3fb671a6a5..24f9e5c45d 100644
--- a/global.sym
+++ b/global.sym
@@ -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
diff --git a/perlapi.c b/perlapi.c
index 1ffdf0ff9f..e6d4219475 100644
--- 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"
diff --git a/perlapi.h b/perlapi.h
index c65a4c69e4..53e4ba8ec0 100644
--- 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 475f2a1c18..5a48fd376b 100644
--- 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
diff --git a/warnings.pl b/warnings.pl
index 586e5a7730..20ed7ffb07 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -604,7 +604,7 @@ $All = "" ; vec($All, $Offsets{'all'}, 2) = 3 ;
sub Croaker
{
delete $Carp::CarpInternal{'warnings'};
- croak @_ ;
+ croak(@_);
}
sub bits