X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/fe13d51d6409065a0214793b416a2eb3fe209949..210de33e131d7fdc9337689b20de77974cb93d7a:/perl.h diff --git a/perl.h b/perl.h index 5b221fa..6fafe9a 100644 --- a/perl.h +++ b/perl.h @@ -1,7 +1,7 @@ /* perl.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 - * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others + * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -4732,6 +4732,7 @@ typedef void (*XSUBADDR_t) (pTHX_ CV *); typedef OP* (CPERLscope(*Perl_ppaddr_t))(pTHX); typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*); +typedef void(CPERLscope(*Perl_ophook_t))(pTHX_ OP*); /* Interpreter exitlist entry */ typedef struct exitlistentry {