From 922adc668bd1a29348ad2aeea3363752c3bab137 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 10 Jan 2007 16:00:17 +0000 Subject: [PATCH] Regenerate all files p4raw-id: //depot/perl@29747 --- embed.h | 2 -- keywords.h | 2 +- reentr.c | 2 +- reentr.h | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/embed.h b/embed.h index b0f0a61..40d24c5 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 80ca4fc..ca3a612 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 96fce3c..9447fc3 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 ffa1090..15dda1e 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. -- 2.7.4