summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-01-30 21:52:06 -0700
committerNicholas Clark <nick@ccl4.org>2006-02-04 12:28:03 +0000
commit5e258f8c4f5a59546ce9582992331280e7f0c2e3 (patch)
treef6b894d651b4140be06aeddc7e1d331b1c39c9ca /embed.h
parent78db725db76314f0edb7f2ab8770841118d8ad2e (diff)
downloadperl-5e258f8c4f5a59546ce9582992331280e7f0c2e3.tar.gz
[patch] arena rework - arena sets
Message-ID: <43DF4F66.4080808@gmail.com> Date: Tue, 31 Jan 2006 04:52:06 -0700 p4raw-id: //depot/perl@27079
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 6432c4c276..d5c4f209c7 100644
--- a/embed.h
+++ b/embed.h
@@ -3090,6 +3090,8 @@
#define require_errno(a) S_require_errno(aTHX_ a)
#endif
#endif
+#ifdef PERL_CORE
+#endif
#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
#define hsplit(a) S_hsplit(aTHX_ a)