diff options
-rw-r--r-- | embed.h | 2 | ||||
-rw-r--r-- | keywords.h | 2 | ||||
-rw-r--r-- | reentr.c | 2 | ||||
-rw-r--r-- | reentr.h | 2 |
4 files changed, 3 insertions, 5 deletions
@@ -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. @@ -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. @@ -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. |