summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-07-10 19:57:31 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-07-10 19:57:31 +0000
commit255164ba591da7065b6ce749c4e1de6c0711b5fd (patch)
tree345b6b876b93547e6dc2b90472119cb9e6e1c0c8 /embed.h
parent890ce7af62ab97fd07b5b49562f13e94286469fb (diff)
downloadperl-255164ba591da7065b6ce749c4e1de6c0711b5fd.tar.gz
run regen.pl
p4raw-id: //depot/perl@25108
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index c0d66b777f..ce73b57c94 100644
--- a/embed.h
+++ b/embed.h
@@ -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)