diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-07-10 19:57:31 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-07-10 19:57:31 +0000 |
commit | 255164ba591da7065b6ce749c4e1de6c0711b5fd (patch) | |
tree | 345b6b876b93547e6dc2b90472119cb9e6e1c0c8 /embed.h | |
parent | 890ce7af62ab97fd07b5b49562f13e94286469fb (diff) | |
download | perl-255164ba591da7065b6ce749c4e1de6c0711b5fd.tar.gz |
run regen.pl
p4raw-id: //depot/perl@25108
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1395,6 +1395,8 @@ #ifdef PERL_CORE #define closest_cop S_closest_cop #define mess_alloc S_mess_alloc +#define vdie_croak_common S_vdie_croak_common +#define vdie_common S_vdie_common #endif #endif #if defined(PERL_IN_NUMERIC_C) || defined(PERL_DECL_PROT) @@ -3374,6 +3376,8 @@ #ifdef PERL_CORE #define closest_cop(a,b) S_closest_cop(aTHX_ a,b) #define mess_alloc() S_mess_alloc(aTHX) +#define vdie_croak_common(a,b,c,d) S_vdie_croak_common(aTHX_ a,b,c,d) +#define vdie_common(a,b,c) S_vdie_common(aTHX_ a,b,c) #endif #endif #if defined(PERL_IN_NUMERIC_C) || defined(PERL_DECL_PROT) |