summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-15 11:27:51 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-15 11:27:51 +0000
commit3a9a9ba7ba00ef2d443ef225f942083a6a22e3f3 (patch)
tree8455fb31fb58a5d42dc52496c5d9d5aa40af6217 /embed.h
parentcd5cc49dbc0e5ee748252c2da8b435855908e6d2 (diff)
downloadperl-3a9a9ba7ba00ef2d443ef225f942083a6a22e3f3.tar.gz
For -I, need to also unshift version and architecture libs onto @INC (RT#6665)
(20189146be79a0596543441fa369c6bf7f85103f only added the given directory.)
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index de4f11f3d1..6dbef3b064 100644
--- a/embed.h
+++ b/embed.h
@@ -3644,7 +3644,7 @@
#ifdef PERL_CORE
#define parse_body(a,b) S_parse_body(aTHX_ a,b)
#define run_body(a) S_run_body(aTHX_ a)
-#define incpush_if_exists(a) S_incpush_if_exists(aTHX_ a)
+#define incpush_if_exists(a,b) S_incpush_if_exists(aTHX_ a,b)
#endif
#endif
#if defined(PERL_IN_PP_C) || defined(PERL_DECL_PROT)