summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-10 16:00:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-10 16:00:17 +0000
commit922adc668bd1a29348ad2aeea3363752c3bab137 (patch)
tree942aabc62cd6bf18a2b4a2e0136d44abfe8e2c61
parent2d6d001558133ec14387ab3505a70e12069e9150 (diff)
downloadperl-922adc668bd1a29348ad2aeea3363752c3bab137.tar.gz
Regenerate all files
p4raw-id: //depot/perl@29747
-rw-r--r--embed.h2
-rw-r--r--keywords.h2
-rw-r--r--reentr.c2
-rw-r--r--reentr.h2
4 files changed, 3 insertions, 5 deletions
diff --git a/embed.h b/embed.h
index b0f0a61d54..40d24c5d3d 100644
--- a/embed.h
+++ b/embed.h
@@ -2223,7 +2223,6 @@
#define pp_syswrite Perl_pp_syswrite
#define pp_tell Perl_pp_tell
#define pp_telldir Perl_pp_telldir
-#define pp_threadsv Perl_pp_threadsv
#define pp_tie Perl_pp_tie
#define pp_tied Perl_pp_tied
#define pp_time Perl_pp_time
@@ -4436,7 +4435,6 @@
#define pp_syswrite() Perl_pp_syswrite(aTHX)
#define pp_tell() Perl_pp_tell(aTHX)
#define pp_telldir() Perl_pp_telldir(aTHX)
-#define pp_threadsv() Perl_pp_threadsv(aTHX)
#define pp_tie() Perl_pp_tie(aTHX)
#define pp_tied() Perl_pp_tied(aTHX)
#define pp_time() Perl_pp_time(aTHX)
diff --git a/keywords.h b/keywords.h
index 80ca4fc2f1..ca3a61227c 100644
--- a/keywords.h
+++ b/keywords.h
@@ -3,7 +3,7 @@
* keywords.h
*
* Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2005,
- * 2006, by Larry Wall and others
+ * 2006, 2007, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
diff --git a/reentr.c b/reentr.c
index 96fce3cd02..9447fc3f58 100644
--- a/reentr.c
+++ b/reentr.c
@@ -2,7 +2,7 @@
*
* reentr.c
*
- * Copyright (C) 2002, 2003, 2005, 2006 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2005, 2006, 2007 by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
diff --git a/reentr.h b/reentr.h
index ffa1090a77..15dda1e805 100644
--- a/reentr.h
+++ b/reentr.h
@@ -2,7 +2,7 @@
*
* reentr.h
*
- * Copyright (C) 2002, 2003, 2005, 2006 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2005, 2006, 2007 by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.