The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef __TRY_CATCH_PARSER__
#define __TRY_CATCH_PARSER__

#include <perl.h>

#define parse_try_statement()   my_parse_try_statement(aTHX)
static OP *my_parse_try_statement(pTHX);

#endif /* __TRY_CATCH_PARSER__ */